Try-This exercise - Create a container registry
Use this Try-This exercise to gain some hands-on experience with Azure Kubernetes Service.
Azure Container Registry is a private registry service for building, storing, and managing container images and related artifacts. In this module, you create an Azure container registry instance with the Azure portal.
Note
To complete this procedure, you need an Azure subscription.
Sign in to the Azure portal.
Select Create a resource > Containers > Container Registry.
In the Basics tab, enter values for Resource group and Registry name. The registry name must be unique within Azure, and contain 5-50 alphanumeric characters. Create a new resource group in the West US location. Select the Standard SKU.
Accept default values for the remaining settings. Then select Review + create. After reviewing the settings, select Create.
When the Deployment succeeded message appears, select Go to resource.
Make a note of the registry name and the value of the Login server, which is a fully qualified name ending with azurecr.io in the Azure cloud. You use these values in the following steps when you push and pull images with Docker.