Skip to content

Commit 63afb79

Browse files
14731990
1 parent efc081e commit 63afb79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ Consider the following options to execute the `az acr build` successfully.
341341
## Disable access to a container registry using a service endpoint
342342

343343
> [!IMPORTANT]
344-
> The container registry does not support enabling both private endpoint and service endpoint features configured from a virtual network.
344+
> The container registry does not support enabling both private link and service endpoint features configured from a virtual network.
345345
346-
Once the registry has public access disabled, private endpoint enabled, you can disable the service endpoint access to a container registry from a virtual network by [removing virtual network rules](./container-registry-vnet.md#remove-network-rules).
346+
Once the registry has public access disabled, private link configured, you can disable the service endpoint access to a container registry from a virtual network by [removing virtual network rules](./container-registry-vnet.md#remove-network-rules).
347347

348348
* Run [`az acr network-rule list`](/cli/azure/acr/network-rule#az-acr-network-rule-list) command to list the existing network rules.
349349
* Run [`az acr network-rule remove`](/cli/azure/acr/network-rule#az-acr-network-rule-remove) command to remove the network rule.

articles/container-registry/container-registry-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Each registry supports a maximum of 100 virtual network rules.
1616

1717
> [!IMPORTANT]
1818
> Azure Container Registry now supports [Azure Private Link](container-registry-private-link.md), enabling private endpoints from a virtual network to be placed on a registry. Private endpoints are accessible from within the virtual network, using private IP addresses. We recommend using private endpoints instead of service endpoints in most network scenarios.
19-
> The container registry does not support enabling both private endpoint and service endpoint features configured from a virtual network. So, we recommend to [list and remove network rules](./container-registry-vnet.md#remove-network-rules) as required.
19+
> The container registry does not support enabling both private link and service endpoint features configured from a virtual network. So, we recommend to [list and remove network rules](./container-registry-vnet.md#remove-network-rules) as required.
2020
2121
Configuring a registry service endpoint is available in the **Premium** container registry service tier. For information about registry service tiers and limits, see [Azure Container Registry service tiers](container-registry-skus.md).
2222

0 commit comments

Comments
 (0)