Deploying Docker containers to Azure Container Apps
In this section, we will deploy container images to Azure Container Apps. First, we will deploy a quick start container from the Azure portal, which will help you to familiarize yourself with Azure Container Apps in the Azure portal. Then, we will deploy an ASP.NET Core Web API image to Azure Container Apps with the Azure CLI, which will help you to learn about the various Azure CLI commands to deploy your container image.
Deploying a container to Azure Container Apps via the Azure portal
In this section, we will be deploying a sample container to Azure Container Apps using the Azure portal:
- Log in to the Azure portal.
- Click on the Create a resource option – you can find it on your home page screen or the left sidebar or you can search for
all resources
in the search bar and click on the Create button. - On the Create a resource screen, search for
Container App
. In the first result, click on the Create button...