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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Zone redundancy is included with Premium tier registries at no extra cost. The P
111
111
112
112
This section describes what to expect when Container Registry resources are configured for zone redundancy and all availability zones are operational.
113
113
114
-
<!-- :::image type="content" source="./media/reliability-acr/acr-zone-redundancy-normal-operations.png" alt-text="Diagram showing Container Registry zone redundancy during normal operations with clients connecting to registry endpoint and automatic load balancing across three availability zones with asynchronous replication between zones." lightbox="./media/reliability-acr/acr-zone-redundancy-normal-operations.png" border="false"::: -->
114
+
<!-- :::image type="content" source="./media/reliability-acr/acr-zone-redundancy-normal-operations.png" alt-text="Diagram that shows Container Registry zone redundancy during normal operations." lightbox="./media/reliability-acr/acr-zone-redundancy-normal-operations.png" border="false"::: -->
115
115
116
116
-**Traffic routing between zones:** Container Registry uses internal routing functionality to automatically distribute data plane operations across all availability zones within a region. The registry service automatically routes requests to healthy zones without requiring external load balancers.
117
117
@@ -123,7 +123,7 @@ This section describes what to expect when Container Registry resources are conf
123
123
124
124
When a zone becomes unavailable, Container Registry automatically handles the failover process with minimal impact to registry operations.
125
125
126
-
<!-- :::image type="content" source="./media/reliability-acr/acr-zone-redundancy-zone-failure.png" alt-text="Diagram that shows Container Registry behavior during zone failure with automatic failover routing to healthy zones while one zone is marked as failed and unavailable." lightbox="./media/reliability-acr/acr-zone-redundancy-zone-failure.png" border="false"::: -->
126
+
<!-- :::image type="content" source="./media/reliability-acr/acr-zone-redundancy-zone-failure.png" alt-text="Diagram that shows Container Registry behavior during zone failure. Automatic failover routes to healthy zones. One zone is marked as unavailable." lightbox="./media/reliability-acr/acr-zone-redundancy-zone-failure.png" border="false"::: -->
127
127
128
128
-**Detection and response:** The Container Registry platform automatically detects failures in an availability zone and initiates a response. The service automatically routes traffic to the remaining healthy zones. No manual intervention is required to initiate a zone failover.
129
129
@@ -195,7 +195,7 @@ Geo-replication can be configured during registry creation or added to existing
195
195
196
196
This section describes what to expect when a registry is configured for geo-replication and all regions are operational.
197
197
198
-
<!-- :::image type="content" source="./media/reliability-acr/acr-multi-region-normal-operations.png" alt-text="Diagram showing Container Registry multi-region operations with global clients connecting through Traffic Manager to registry endpoints across multiple regions including East US home region, West Europe, and East Asia, with bidirectional asynchronous replication between all regions." lightbox="./media/reliability-acr/acr-multi-region-normal-operations.png" border="false"::: -->
198
+
<!-- :::image type="content" source="./media/reliability-acr/acr-multi-region-normal-operations.png" alt-text="Diagram showing Container Registry multi-region operations. Global clients connect via Traffic Manager to registry endpoints across multiple regions." lightbox="./media/reliability-acr/acr-multi-region-normal-operations.png" border="false"::: -->
199
199
200
200
-**Traffic routing between regions:** Container Registry operates in an active-active configuration where each regional endpoint can serve all data plane operations independently, including reads and writes. Data plane operations, such as container push and pull operations, are automatically routed by using Traffic Manager with performance-based criteria to determine the optimal regional endpoint for performance.
201
201
@@ -209,7 +209,7 @@ This section describes what to expect when a registry is configured for geo-repl
209
209
210
210
When a region becomes unavailable, container operations can continue to use alternative regional endpoints.
211
211
212
-
<!-- :::image type="content" source="./media/reliability-acr/acr-multi-region-region-failure.png" alt-text="Diagram showing Container Registry behavior during regional failure with automatic Traffic Manager failover routing clients to healthy regions while West Europe is marked as failed, and continued bidirectional replication between operational regions." lightbox="./media/reliability-acr/acr-multi-region-region-failure.png" border="false"::: -->
212
+
<!-- :::image type="content" source="./media/reliability-acr/acr-multi-region-region-failure.png" alt-text="Diagram that shows Container Registry behavior during regional failure." lightbox="./media/reliability-acr/acr-multi-region-region-failure.png" border="false"::: -->
213
213
214
214
-**Detection and response:** Container Registry monitors the health of each regional replica and is responsible for redirecting traffic to another region.
0 commit comments