Creating an Azure Container Registry
In this exercise, you are going to create a registry in Azure Container Registry. As mentioned previously, this is very similar to Docker Hub but is native to Azure. Follow these steps:
- Sign in to the Azure portal at https://portal.azure.com.
- Open or create the resource group you will be using for this exercise; you can use
AZ104-Containers
. ClickOverview
on the left menu, then clickCreate
. - In the top search bar, type
container registry
, and click theContainer Registry
option that appears. Then, clickCreate
, as shown in Figure 14.20:
Figure 14.20: Creating a container registry
- Give it a unique
Registry name
and select the appropriateLocation
entry. Leave thePricing plan
value asStandard
for this exercise. ClickReview + create
. The configurations are shown in the following screenshot:
Figure 14.21: Creating an Azure container registry
- Next, click
Create
. - After the...