Skip to content

Upgraded for Azure Functions v3

Latest
Compare
Choose a tag to compare
@DanielLarsenNZ DanielLarsenNZ released this 11 Jan 04:36
· 6 commits to main since this release
a063e1d

This release includes significant refactoring of the solution to use the Azure Functions v3 framework. This upgrade is a stepping stone towards Azure Functions v4 and dotnet 6 support (see PR #43).

Enhancements and improvements include:

  • Upgrade of Azure Functions Framework to v3
  • Upgrade of dotnet to 3.1
  • Upgrades of all dependencies and nuget packages
  • Deployment using Bicep templates
  • Scripts for running and testing on local dev
  • GitHub build Actions