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 is enabled by default for all Azure Container Registries in regions that support availability zones, making your resources more resilient automatically and at no additional cost. This enhancement applies to all SKUs including Basic and Standard and has been rolled out to both new and existing registries in supported regions.

Important

The Azure portal and CLI may not yet reflect the zone redundancy update accurately. The zoneRedundancy property in your registry’s configuration might still show as false even though zone redundancy is active for all registries in supported regions. We’re actively updating the portal and API surfaces to reflect this default behavior more transparently. All previously enabled features will continue to function as expected.

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.