diff --git a/articles/container-registry/container-registry-auth-aci.md b/articles/container-registry/container-registry-auth-aci.md index 837317fb4..bbc947895 100644 --- a/articles/container-registry/container-registry-auth-aci.md +++ b/articles/container-registry/container-registry-auth-aci.md @@ -1,7 +1,7 @@ --- -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. -ms.topic: concept-article +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 author: rayoef @@ -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