Skip to content
Scott Chamberlin edited this page Dec 20, 2017 · 1 revision

Azure Function Environment Setup

The azure processing dependes on two external libraries which require a one time deployment steps per instance.

  • GribAPI.Net
    1. The code is dependent on the eecodes version of this which is currently in the gitub brach eecodes of the project or is released as nuget release 1.0.0-beta4.
    2. Local debugging using the nuget package should work fine.
    3. If deploying to Azure, after the project is deployed it doesn't correctly deploy the nuget package. You will need to FTP the entire package contents to the \bin folder of the deployment.
    4. You will also need to manually copy the Grib.Api.Native.dll from the deployment (using the correct 32 or 64 bit version) to the \bin folder as well. There is some logic in the library to try and detect this but I've found it doesn't work well in the Azure environment.
  • GDAL--TBD
Clone this wiki locally