1,269 questions
- Build and run a custom image in Azure App Service, https://learn.microsoft.com/en-us/azure/app-service/tutorial-custom-container?tabs=azure-cli&pivots=container-linux You can either use Linux or Windows container.
- With such a container image, you can also use Azure Container Apps, https://learn.microsoft.com/en-us/azure/container-apps/ or AKS, https://learn.microsoft.com/en-us/azure/aks/
- The traditional way of creating a Linux or Windows server VM and hosting your ASP.NET Core 3.1 web app there. https://learn.microsoft.com/en-us/azure/virtual-machines/