Skip to content

Update container-registry-auth-aci.md for removing private keyword #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions articles/container-registry/container-registry-auth-aci.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down