Skip to content

Commit a17622b

Browse files
authored
Merge pull request #50220 from dcbrown16/patch-100
Update cluster-container-registry-integration.md
2 parents e94a940 + dd2a7eb commit a17622b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/cluster-container-registry-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.date: 02/25/2020
1010

1111
# Authenticate with Azure Container Registry from Azure Kubernetes Service
1212

13-
When you're using Azure Container Registry (ACR) with Azure Kubernetes Service (AKS), an authentication mechanism needs to be established. This article provides examples for configuring authentication between these two Azure services.
13+
When you're using Azure Container Registry (ACR) with Azure Kubernetes Service (AKS), an authentication mechanism needs to be established. This article provides examples for configuring authentication between these two Azure services.
1414

15-
You can set up the AKS to ACR integration in a few simple commands with the Azure CLI.
15+
You can set up the AKS to ACR integration in a few simple commands with the Azure CLI. This integration assigns the AcrPull role to the service principal associated to the AKS Cluster.
1616

1717
## Before you begin
1818

@@ -29,7 +29,7 @@ You can set up AKS and ACR integration during the initial creation of your AKS c
2929

3030
```azurecli
3131
# set this to the name of your Azure Container Registry. It must be globally unique
32-
MYACR=myContainerRegistry
32+
$MYACR=myContainerRegistry
3333
3434
# Run the following line to create an Azure Container Registry if you do not already have one
3535
az acr create -n $MYACR -g myContainerRegistryResourceGroup --sku basic

0 commit comments

Comments
 (0)