Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.27 KB

File metadata and controls

27 lines (18 loc) · 1.27 KB

Notes

use npm install -g azure-functions-core-tools over Chocolatey, because Chocolatey installs 32-bit version...

Functions

Running on Azure

  • deploy using ZipDeploy
  • run on Azure Functions Elastic Premium 2 (EP2) app service plan for sufficient Memory

CI/CD

CI/CD Status

see GLEIF.FunctionApp.yaml for multi-stage YAML pipeline which performs both Build & Deploy

References