Skip to content

Commit a807e84

Browse files
edits
1 parent 63afb79 commit a807e84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Set up private endpoint with private link
33
description: Set up a private endpoint on a container registry and enable access over a private link in a local virtual network. Private link access is a feature of the Premium service tier.
44
ms.topic: article
5-
ms.date: 10/26/2021
6-
ms.author:tejaswikolli
5+
ms.date: 7/26/2022
6+
ms.author: tejaswikolli
77
---
88

99
# Connect privately to an Azure container registry using Azure Private Link
@@ -343,7 +343,7 @@ Consider the following options to execute the `az acr build` successfully.
343343
> [!IMPORTANT]
344344
> 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 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).
346+
Once the registry has public access disabled and 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 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.
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)