/poc-azure-functions-csharp

A proof of concept for deploying Functions to Azure using GitHub Actions

GNU General Public License v3.0GPL-3.0

Proof of Concept - Azure Functions (C#)

A Proof of Concept for deploying Functions to Azure using GitHub Actions.

Requirements

  • The application should be scalable and withstand an increase in load
  • The application must expose a REST API
  • The application should be fault tolerant and survive availability zone failure
  • Centralised logging of application and infrastructure metrics
  • Secure configuration at the network level
  • Automatically deploys when a new version is created
    • GitHub Actions