Deploy Containerized Azure Web App with Continuous Deployment
You have several different approaches available for deploying a Azure Web App. The traditional approach is solution based deployment which is simply deploying your code to an Azure Web App. The second option which I find more interesting is the ability to deploy a container that runs within the Azure Web App. Before diving in […]