Skip to content

Commit 89fae32

Browse files
edits for the az acr approve command
1 parent 3e5a04c commit 89fae32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/container-registry/container-registry-private-link.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ GEO_REPLICA_DATA_ENDPOINT_FQDN=$(az network nic show \
255255
--query "ipConfigurations[?privateLinkConnectionProperties.requiredMemberName=='registry_data_$REPLICA_LOCATION'].privateLinkConnectionProperties.fqdns" \
256256
--output tsv)
257257
```
258+
259+
Once a new geo-replication is added, a private endpoint connection is set to be pending. To approve a private endpoint connection run [az acr private-endpoint-connection approve][az-acr-private-endpoint-connection-approve] command.
260+
258261
### Create DNS records in the private zone
259262

260263
The following commands create DNS records in the private zone for the registry endpoint and its data endpoint. For example, if you have a registry named *myregistry* in the *westeurope* region, the endpoint names are `myregistry.azurecr.io` and `myregistry.westeurope.data.azurecr.io`.

0 commit comments

Comments
 (0)