Let's deploy our Docker container applications. I have created Docker images for the product API example used in the previous section. The Docker image can be pulled from the Docker hub through the following command:
docker pull cloudnativejava/ch10productapi
Let's get started and log into the Azure portal. We should see the following:
- Click on the App Services menu item in the left-hand column. We should see the following screen. Click on New as indicated in the screenshot:
- Under New search for Web App for Containers:
- Once the Web App for Containers is selected, click on Create ...