From 014f1a3ba52f5fb9bff19e057ba289ffb54bfbae Mon Sep 17 00:00:00 2001 From: Samina Fu Date: Fri, 18 Apr 2025 16:42:48 +0800 Subject: [PATCH] Update container-registry-auth-aci.md for removing private keyword SP only works for public ACR, the original page may confuse to user. MI could work for private ACR (public access limited) --- .../container-registry/container-registry-auth-aci.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/articles/container-registry/container-registry-auth-aci.md b/articles/container-registry/container-registry-auth-aci.md index dcada0f42..bbc947895 100644 --- a/articles/container-registry/container-registry-auth-aci.md +++ b/articles/container-registry/container-registry-auth-aci.md @@ -1,6 +1,6 @@ --- -title: Access Private Registry Images from ACI -description: Learn how to provide access to images in your private container registry from Azure Container Instances by using a Microsoft Entra service principal. +title: Access Registry Images from ACI +description: Learn how to provide access to images in your container registry from Azure Container Instances by using a Microsoft Entra service principal. ms.topic: conceptual ms.custom: devx-track-azurecli ms.service: azure-container-registry @@ -11,9 +11,9 @@ ms.date: 10/31/2023 # Authenticate with Azure Container Registry from Azure Container Instances -You can use a Microsoft Entra service principal to provide access to your private container registries in Azure Container Registry. +You can use a Microsoft Entra service principal to provide access to your container registries in Azure Container Registry. -In this article, you learn to create and configure a Microsoft Entra service principal with *pull* permissions to your registry. Then, you start a container in Azure Container Instances (ACI) that pulls its image from your private registry, using the service principal for authentication. +In this article, you learn to create and configure a Microsoft Entra service principal with *pull* permissions to your registry. Then, you start a container in Azure Container Instances (ACI) that pulls its image from your registry, using the service principal for authentication. ## When to use a service principal