Skip to content

Commit 49f29d5

Browse files
Create replication permissions
1 parent 778d406 commit 49f29d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,17 @@ az acr replication update --name westus \
167167
--region-endpoint-enabled true
168168
```
169169

170+
## Creating replication for a Private Endpoint enabled registry
171+
172+
When creating a new registry replication for the master registry with Private Endpoints enabled, we recommend validating User Identity has valid Private Endpoint creation permissions. Otherwise, the user will get stuck in the provisioning state while creating the replication.
173+
174+
Follow the below steps if your registry replication creation got stuck in the provision state:
175+
- Manually delete the replication that got stuck in the provision state.
176+
- Add the `Microsoft.Network/privateEndpoints/privateLinkServiceProxies/write` permission for the User Identity.
177+
- Recreate the registry replication request.
178+
179+
This permission check is only applicable to the registries with Private Endpoint enabled.
180+
170181
## Next steps
171182

172183
Check out the three-part tutorial series, [Geo-replication in Azure Container Registry](container-registry-tutorial-prepare-registry.md). Walk through creating a geo-replicated registry, building a container, and then deploying it with a single `docker push` command to multiple regional Web Apps for Containers instances.

0 commit comments

Comments
 (0)