Skip to content

Commit f009376

Browse files
authored
Correction to Vnet
Vnet should be VNet
1 parent c922140 commit f009376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The output should resemble the following:
146146

147147
### Add role assignment
148148

149-
For Vnet, attached Azure disk, static IP address, route table which are outside the default worker node resource group, you need to assign the `Contributor` role on custom resource group.
149+
For VNet, attached Azure disk, static IP address, route table which are outside the default worker node resource group, you need to assign the `Contributor` role on custom resource group.
150150

151151
```azurecli-interactive
152152
az role assignment create --assignee <control-plane-identity-principal-id> --role "Contributor" --scope "<custom-resource-group-resource-id>"

0 commit comments

Comments
 (0)