Azure Container Registry#

You need to create an Azure Container Registry with any of the following methods:

Register Container Registry#

Obtain the Container Registry Information with the following steps:

  1. Log in to the Azure Portal.

  2. Click Settings and from the sidebar, select Access Keys. Credentials for the Azure Container Registry

  3. For Admin user, active the checkbox.

  4. Make sure that you note down one of the passwords shown on the screen.

  5. Define the following:

  • login_server: <registry_name>.azurecr.io

  • username: Your Azure Registry username.

  • password: Your Azure Registry password.

  1. Proceed to CLI command to register the container registry.