Skip to content

Commit e73675a

Browse files
Merge pull request #228237 from tejaswikolli-web/16982804
az-acr-private-endpoint-connection-approve
2 parents 446568e + d0b8e10 commit e73675a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article shows how to configure a private endpoint for your registry using t
1919
[!INCLUDE [container-registry-scanning-limitation](../../includes/container-registry-scanning-limitation.md)]
2020

2121
> [!NOTE]
22-
> Starting from October 2021, new container registries allow a maximum of 200 private endpoints. Registries created earlier allow a maximum of 10 private endpoints. Use the [az acr show-usage](/cli/azure/acr#az-acr-show-usage) command to see the limit for your registry. Please open a support ticket if the maximum limit of private endpoints increases to 200.
22+
> Starting from October 2021, new container registries allow a maximum of 200 private endpoints. Registries created earlier allow a maximum of 10 private endpoints. Use the [az acr show-usage](/cli/azure/acr#az-acr-show-usage) command to see the limit for your registry. Please open a support ticket to increase the limit to 200 private endpoints.
2323
2424
## Prerequisites
2525

@@ -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 configured manually 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)