Skip to content

Commit 734cd0a

Browse files
committed
Merge branch 'mlearned-aks-acr-integration-hot' of https://github.com/mlearned/azure-docs-pr into mlearned-aks-acr-integration-hot
2 parents 44dd7fc + a67ff6e commit 734cd0a

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
@@ -33,7 +33,7 @@ az login
3333
az acr create -n myContainerRegistry -g myContainerRegistryResourceGroup --sku basic [in case you do not have an existing ACR]
3434
az aks create -n myAKSCluster -g myResourceGroup --attach-acr <acr-name-or-resource-id>
3535
```
36-
**An ACR resource id has the following format:**
36+
**An ACR resource ID has the following format:**
3737

3838
/subscriptions/<subscription-d>/resourceGroups/<resource-group-name>/providers/Microsoft.ContainerRegistry/registries/{name}
3939

0 commit comments

Comments
 (0)