Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.28 KB

File metadata and controls

22 lines (18 loc) · 1.28 KB

AspNetCore.Examples.TerraformAzure

This project serves as an example of how to deploy an ASP.Net Core application to Azure via Terraform with GitHub Actions.

The following deployment configurations are used:

  • Deploy an ASP.Net Core app to an Azure Web App running linux.
  • Deploy a contianerized ASP.Net Core app to an Azure Web App for Containers.
  • Deploy a containerized ASP.Net Core app to an Azure Container Apps environment.

It makes use of the following technologies and projects: