Skip to content

Commit 9582389

Browse files
authored
Merge pull request #114898 from dlepow/acrgeo
[ACR] Geo-replication updates
2 parents 09a4730 + 77f6cfd commit 9582389

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/container-registry/container-registry-geo-replication.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Geo-replicate a registry
33
description: Get started creating and managing a geo-replicated Azure container registry, which enables the registry to serve multiple regions with multi-master regional replicas.
44
author: stevelas
55
ms.topic: article
6-
ms.date: 08/16/2019
6+
ms.date: 05/11/2020
77
ms.author: stevelas
88
---
99
# Geo-replication in Azure Container Registry
@@ -86,9 +86,11 @@ ACR begins syncing images across the configured replicas. Once complete, the por
8686
## Considerations for using a geo-replicated registry
8787

8888
* Each region in a geo-replicated registry is independent once set up. Azure Container Registry SLAs apply to each geo-replicated region.
89-
* When you push or pull images from a geo-replicated registry, Azure Traffic Manager in the background sends the request to the registry located in the region closest to you.
89+
* When you push or pull images from a geo-replicated registry, Azure Traffic Manager in the background sends the request to the registry located in the region that is closest to you in terms of network latency.
9090
* After you push an image or tag update to the closest region, it takes some time for Azure Container Registry to replicate the manifests and layers to the remaining regions you opted into. Larger images take longer to replicate than smaller ones. Images and tags are synchronized across the replication regions with an eventual consistency model.
91-
* To manage workflows that depend on push updates to a geo-replicated , we recommend that you configure [webhooks](container-registry-webhook.md) to respond to the push events. You can set up regional webhooks within a geo-replicated registry to track push events as they complete across the geo-replicated regions.
91+
* To manage workflows that depend on push updates to a geo-replicated registry, we recommend that you configure [webhooks](container-registry-webhook.md) to respond to the push events. You can set up regional webhooks within a geo-replicated registry to track push events as they complete across the geo-replicated regions.
92+
* To serve blobs representing content layers, Azure Container Registy uses data endpoints. You can enable [dedicated data endpoints](container-registry-firewall-access-rules.md#enable-dedicated-data-endpoints-preview) for your registry in each of your registry's geo-replicated regions. These endpoints allow configuration of tightly scoped firewall access rules.
93+
* If you configure a [private link](container-registry-private-link.md) for your registry using private endpoints in a virtual network, dedicated data endpoints in each of the geo-replicated regions are enabled by default.
9294

9395
## Delete a replica
9496

@@ -99,8 +101,11 @@ To delete a replica in the Azure portal:
99101
1. Navigate to your Azure Container Registry, and select **Replications**.
100102
1. Select the name of a replica, and select **Delete**. Confirm that you want to delete the replica.
101103

102-
> [!NOTE]
103-
> You can't delete the registry replica in the *home region* of the registry, that is, the location where you created the registry. You can only delete the home replica by deleting the registry itself.
104+
To use the Azure CLI to delete a replica of *myregistry* in the East US region:
105+
106+
```azurecli
107+
az acr replication delete --name eastus --registry myregistry
108+
```
104109

105110
## Geo-replication pricing
106111

0 commit comments

Comments
 (0)