Skip to content

Commit 40520ac

Browse files
norelinatvenhaus
andauthored
Apply suggestions from code review
Co-authored-by: Todd Venhaus <[email protected]>
1 parent 6bff650 commit 40520ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/container-instances/using-azure-container-registry-mi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mvc, devx-track-azurecli
1414

1515
[Azure Container Registry][acr-overview] (ACR) is an Azure-based, managed container registry service used to store private Docker container images. This article describes how to pull container images stored in an Azure container registry when deploying to container groups with Azure Container Instances. One way to configure registry access is to create an Azure Active Directory managed identity.
1616

17-
Managed identity can also be used to deploy an Azure Container instance or group in a virtual network and authenticate with an Azure Container Registry (ACR) that runs behind a private endpoint.
17+
When access to an Azure Container Registry (ACR) is [restricted using a private endpoint](../container-registry/container-registry-private-link.md), using a managed identity allows Azure Container Instances [deployed into a virtual network](container-instances-vnet.md) to access the container registry through the private endpoint.
1818

1919
## Prerequisites
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ az group delete --name $RESOURCE_GROUP
475475

476476
* [Troubleshoot Azure Private Endpoint connectivity problems](../private-link/troubleshoot-private-endpoint-connectivity.md)
477477

478-
* If you need to deploy Azure Container Instances that can pull from an ACR that runs behind a private endpoint, see [Deploy to Azure Container Instances from Azure Container Registry using a managed identity](../container-instances/using-azure-container-registry-mi.md)
478+
* If you need to deploy Azure Container Instances that can pull images from an ACR through a private endpoint, see [Deploy to Azure Container Instances from Azure Container Registry using a managed identity](../container-instances/using-azure-container-registry-mi.md)
479479

480480
<!-- LINKS - external -->
481481
[docker-linux]: https://docs.docker.com/engine/installation/#supported-platforms

0 commit comments

Comments
 (0)