Edit

Share via


Create a zone-redundant registry in Azure Container Registry

This article describes how to set up a zone-redundant container registry.

Zone redundancy in the Premium tier of Azure Container Registry provides protection against single zone failures. Zone redundancy allows for the distributing of registry data and operations across multiple availability zones within the region.

For more information about availability zone support requirements and features, as well as multi-region deployment options, see Reliability in Azure Container Registry.

Prerequisites

Create a zone-redundant registry

To create a zone-redundant registry in the Premium service tier, use Azure portal, Azure CLI, or a Bicep file.

  1. Sign in to the Azure portal.

  2. Select Create a resource > Containers > Container Registry.

  3. In the Basics tab, select or create a resource group, and enter a unique registry name.

  4. In Location, select a region that supports availability zones, such as East US.

  5. In SKU, select Premium.

  6. In Availability zones, select Enabled.

  7. Optionally, configure more registry settings, and then select Review + create.

  8. Select Create to deploy the registry instance.

    Enable zone redundancy in Azure portal.