tonyyip1969 / azure-function-example-csharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C# 100.0%