azure-function-example-csharp

Sample azure function project to illustrate concepts like

  • Folder structure
  • Multiple Functions
  • Dependency Injection
  • Unit Tests

The complete walkthrough of the code is the aim of the Medium article

Technology used:

  • Azure Functions version: v4
  • .Net framework: .Net6
  • Unit tests framework : XUnit