Create a zone-redundant replica in Azure Container Registry

This article describes how to set up a zone-redundant replica in an Azure region separate to your registry's home region.

Geo-replication in the Premium tier of Azure Container Registry replicates your container registry's contents to multiple Azure regions.

When your registry uses geo-replication, your replicas will also be zone redundant when the replica is provisioned in an Availability Zone enabled region. Zone redundancy allows for the distributing of registry data and operations across multiple availability zones within the region.

Zone redundancy is enabled by default for all Azure Container Registry replicas in regions that support availability zones, making your resources more resilient automatically and at no additional cost. This enhancement to both new and existing replicas in supported regions.

Important

The Azure portal and CLI may not yet reflect the zone redundancy update accurately. The zoneRedundancy property in your replica's configuration might still show as false even though zone redundancy is active for all replicas 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 replica

To create a zone-redundant replica, use Azure portal, Azure CLI, or a Bicep file.

  1. Sign in to the Azure portal.

  2. Go to your Premium tier container registry, and select Geo-replications.

  3. On the map that appears, you do one of the following:

  4. In the Create replication window, confirm the Location.

    In Availability zones, select Enabled, and then select Create.

    Enable zone-redundant replication in Azure portal