Skip to content

Commit 8e48880

Browse files
authored
Merge pull request #49173 from scottstout/patch-1
Removed duplicate words: has has
2 parents c0b61f4 + 1d6f281 commit 8e48880

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
@@ -35,7 +35,7 @@ az acr create -n $MYACR -g myContainerRegistryResourceGroup --sku basic
3535
az aks create -n myAKSCluster -g myResourceGroup --generate-ssh-keys --attach-acr $MYACR
3636
3737
```
38-
Alternatively, you can specify the ACR name using an ACR resource ID, which has has the following format:
38+
Alternatively, you can specify the ACR name using an ACR resource ID, which has the following format:
3939

4040
/subscriptions/\<subscription-id\>/resourceGroups/\<resource-group-name\>/providers/Microsoft.ContainerRegistry/registries/\<name\>
4141

0 commit comments

Comments
 (0)