Skip to content

Commit e9e2415

Browse files
committed
edits
1 parent 3cc5e63 commit e9e2415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

2121
## Configure registry authentication
2222

23-
In a production scenario where you provide access to "headless" services and applications, configure access to an Azure container registry by using a [service principal](../container-registry/container-registry-auth-service-principal.md). A service principal allows you to provide [role-based access control](../container-registry/container-registry-roles.md) to your container images. For example, you can configure a service principal with pull-only access to a registry.
23+
In a production scenario where you provide access to "headless" services and applications, it's recommended to configure registry access by using a [service principal](../container-registry/container-registry-auth-service-principal.md). A service principal allows you to provide [role-based access control](../container-registry/container-registry-roles.md) to your container images. For example, you can configure a service principal with pull-only access to a registry.
2424

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

@@ -129,7 +129,7 @@ You can specify the properties of your Azure container registry in an Azure Reso
129129
[...]
130130
```
131131

132-
For complete container group settings, see the [ACI Resource Manager template reference](/azure/templates/Microsoft.ContainerInstance/2018-10-01/containerGroups).
132+
For complete container group settings, see the [Resource Manager template reference](/azure/templates/Microsoft.ContainerInstance/2018-10-01/containerGroups).
133133

134134
For details on referencing Azure Key Vault secrets in a Resource Manager template, see [Use Azure Key Vault to pass secure parameter value during deployment](../azure-resource-manager/resource-manager-keyvault-parameter.md).
135135

0 commit comments

Comments
 (0)