svejnohatomas / poc-azure-functions-csharp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0