Try-This exercise - Create a container registry

Completed

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.

  1. Sign in to the Azure portal.

  2. Select Create a resource > Containers > Container Registry. Screenshot of the resource creation page.

  3. 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.

    Screenshot of the container registry creation tab.

  4. Accept default values for the remaining settings. Then select Review + create. After reviewing the settings, select Create.

  5. When the Deployment succeeded message appears, select Go to resource.

    Screenshot of the deployment for the container registry.

  6. 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.

    Screenshot of the process for push and pull of container images.