Skip to content

Commit 2778269

Browse files
authored
Merge pull request #116604 from psmanhas/patch-1
(Azure CXP) resolves MicrosoftDocs/azure-docs#55673
2 parents 8c5efae + 6dbbd66 commit 2778269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)