You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/reliability/reliability-container-registry.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,23 +86,23 @@ Zone redundancy is enabled by default for all registries in regions that support
86
86
87
87
Zone-redundant registries can be deployed into [any region that supports availability zones](./regions-list.md).
88
88
89
+
If your registry is in a region that doesn't support availability zones, then to make it zone-redundant you must create a new registry in a region that supports availability zones. Then, you need to migrate your container images by [creating a transfer pipeline](/azure/container-registry/container-registry-transfer-prerequisites) or by [importing container images](/azure/container-registry/container-registry-import-images).
90
+
89
91
### Considerations
90
92
91
-
Container Registry tasks don't currently support availability zones. Zone redundancy applies to the registry service itself, but not to tasks or their operations.
93
+
-**Tasks:** Container Registry tasks don't currently support availability zones. Zone redundancy applies to the registry service itself, but not to tasks or their operations.
94
+
95
+
-**Geo-replication:** If your registry uses [geo-replication](#multi-region-support), any replicas created in regions with availability zones are made zone-redundant automatically.
92
96
93
97
### Cost
94
98
95
99
Zone redundancy is included with container registries at no extra cost.
96
100
97
101
### Configure availability zone support
98
102
99
-
-**Create a zone-redundant registry.** For more information, see [Create a zone-redundant registry in Container Registry](/azure/container-registry/zone-redundancy).
103
+
-**Create a zone-redundant registry.**When you create a registry in a supported region, it's automatically zone-redundant. For more information about creating a new registry, see [Create a zone-redundant registry in Container Registry](/azure/container-registry/zone-redundancy).
100
104
101
-
-**Enable zone redundancy on an existing registry.** You can only configure zone redundancy when a registry is created. To enable zone redundancy for currently existing registries, you must create a registry in a region that supports availability zones and then migrate your container images.
102
-
103
-
- To migrate your artifacts between registries, you can [create a transfer pipeline](/azure/container-registry/container-registry-transfer-prerequisites). Alternatively, you can [import container images to a container registry](/azure/container-registry/container-registry-import-images).
104
-
105
-
- If your registry uses [geo-replication](#multi-region-support) in a region that supports availability zones, the replica in that region will be zone-redundant automatically. For more information, see [Create a zone-redundant replica in Container Registry](/azure/container-registry/zone-redundancy-replica). After a geo-replication is created, you can only change the zone redundancy setting by deleting and recreating the replication.
105
+
-**Enable zone redundancy on an existing registry.** Registries that are in regions with availability zones are automatically zone-redundant. You don't need to enable zone redundancy.
106
106
107
107
-**Disable zone redundancy.** Zone redundancy can't be disabled.
108
108
@@ -172,7 +172,7 @@ You must use the Premium tier to enable geo-replication.
172
172
173
173
### Considerations
174
174
175
-
-**Zone-redundant replicas:**When you use geo-replication in regions that support availability zones, the replicas are zoneredundant by default.
175
+
-**Zone-redundant replicas:**Any replica you create in a region with availability zones is automatically zone-redundant.
176
176
177
177
-**Control plane:** The control plane runs in the home region. If the home region is unavailable, control plane operations are unavailable, and you might not be able to modify the registry's configuration.
0 commit comments