/functions-app-demo

Azure

Primary LanguageC#MIT LicenseMIT

GitHub Build Status

functions-app-demo

This is a demo-repository to showcase GitHub + GitHub Actions to build a complete DevOps setup for Azure Functions with the following environments:

  • Dev - local on developer machine, or deployment from a specific branch. Not included here.
  • Test - Automatic CI/CD for anything pushed to main into a test environment.
  • Stage - Release-please deploys to UAT/Stage using SemVer and Conventional Commits when accepting a release PR
  • Prod - Manual release trigger to production.

Development

Please see [Developer Docs]

Contribute