Skip to content

Commit eb4b971

Browse files
authored
Update cluster-container-registry-integration.md
1 parent 0ad1011 commit eb4b971

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)