We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44dd7fc + a67ff6e commit 734cd0aCopy full SHA for 734cd0a
articles/aks/cluster-container-registry-integration.md
@@ -33,7 +33,7 @@ az login
33
az acr create -n myContainerRegistry -g myContainerRegistryResourceGroup --sku basic [in case you do not have an existing ACR]
34
az aks create -n myAKSCluster -g myResourceGroup --attach-acr <acr-name-or-resource-id>
35
```
36
-**An ACR resource id has the following format:**
+**An ACR resource ID has the following format:**
37
38
/subscriptions/<subscription-d>/resourceGroups/<resource-group-name>/providers/Microsoft.ContainerRegistry/registries/{name}
39
0 commit comments