A web app for containers can be created from the Azure portal.
In this example, I'm using the Docker Hub as a repository for Docker images. You can create an account using the following link:
https://hub.docker.com/.
Follow these steps to create a project:
- Navigate to the Azure portal by opening https://portal.azure.com/.
- Click on New and, in the search bar, type Web App for Containers. Click on the Create button.
- A new blade will open up where you can fill in the basic settings. Add the following values:
- Subscription: Select a subscription here.
- Resource group: Create a new resource group and call it PacktPubContainers.
- Name: Type PacktContainers.
- Publish: Select Docker Image.
- Operating System: Select ...