Deploy .NET Web Api to Azure App Service via Terraform

In this post I will describe how to deploy a .NET Web API on Azure App Services using Docker, MSSQL server instance, and a KeyVault for storing secrets. I leverage Terraform for infrastructure as code, providing detailed, step-by-step instructions for how to do it. Azure / Azure DevOps Access To be able to manage resources in Azure, the […]