Previously, it was not possible to use containers along with Azure App Service. App Service provided the ability to host applications on virtual machines. There is now a new preview feature that has been recently added to Azure App Service. This feature allows you to host containers on App Service and have containers contain the application binaries and dependencies together:
- To deploy a container on App Service, go to the Azure portal and select Web App for Containers and create one:
- Provide a name to it along with subscription and resource group information. Select an appropriate operating system. Both Linux and Windows are available as options.
- Either create a new App Service plan, as shown in the following screenshot, or use an existing plan:
- Provide the Configure container configuration information. Here we already have our image on Azure Container...