Skip to content

Commit c747a31

Browse files
authored
Merge pull request #104749 from dlepow/acifresh2
[ACI] No ACR auth w managed identity
2 parents 00ddfb5 + ffd7d29 commit c747a31

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Deploy container image from Azure Container Registry
3-
description: Learn how to deploy containers in Azure Container Instances using container images in an Azure container registry.
3+
description: Learn how to deploy containers in Azure Container Instances by pulling container images from an Azure container registry.
44
services: container-instances
55
ms.topic: article
6-
ms.date: 12/30/2019
6+
ms.date: 02/18/2020
77
ms.author: danlep
88
ms.custom: mvc
99
---
1010

1111
# Deploy to Azure Container Instances from Azure Container Registry
1212

13-
[Azure Container Registry](../container-registry/container-registry-intro.md) is an Azure-based, managed container registry service used to store private Docker container images. This article describes how to deploy container images stored in an Azure container registry to Azure Container Instances.
13+
[Azure Container Registry](../container-registry/container-registry-intro.md) 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 Azure Container Instances. A recommended way to configure registry access is to create an Azure Active Directory service principal and password, and store the login credentials in an Azure key vault.
1414

1515
## Prerequisites
1616

@@ -24,6 +24,9 @@ In a production scenario where you provide access to "headless" services and app
2424

2525
Azure Container Registry provides additional [authentication options](../container-registry/container-registry-authentication.md).
2626

27+
> [!NOTE]
28+
> You can't authenticate to Azure Container Registry to pull images during container group deployment by using a [managed identity](container-instances-managed-identity.md) configured in the same container group.
29+
2730
In the following section, you create an Azure key vault and a service principal, and store the service principal's credentials in the vault.
2831

2932
### Create key vault

0 commit comments

Comments
 (0)