Skip to content

Commit 9c383b8

Browse files
Merge pull request #216572 from tejaswikolli-web/main
prerequisites for geo replication
2 parents 1c7d352 + 1fae050 commit 9c383b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ A geo-replicated registry provides the following benefits:
2323
> * If you need to maintain copies of container images in more than one Azure container registry, Azure Container Registry also supports [image import](container-registry-import-images.md). For example, in a DevOps workflow, you can import an image from a development registry to a production registry, without needing to use Docker commands.
2424
> * If you want to move a registry to a different Azure region, instead of geo-replicating the registry, see [Manually move a container registry to another region](manual-regional-move.md).
2525
26+
## Prerequisites
27+
28+
* The user will require following permissions (at registry level) to create/delete replications:
29+
30+
| Permission | Description |
31+
|---|---|
32+
| Microsoft.ContainerRegistry/registries/write | Create a replication |
33+
| Microsoft.ContainerRegistry/registries/replications/write | Delete a replication |
34+
2635
## Example use case
2736
Contoso runs a public presence website located across the US, Canada, and Europe. To serve these markets with local and network-close content, Contoso runs [Azure Kubernetes Service](../aks/index.yml) (AKS) clusters in West US, East US, Canada Central, and West Europe. The website application, deployed as a Docker image, utilizes the same code and image across all regions. Content, local to that region, is retrieved from a database, which is provisioned uniquely in each region. Each regional deployment has its unique configuration for resources like the local database.
2837

0 commit comments

Comments
 (0)