Skip to content

Commit e190403

Browse files
authored
Update articles/storage/container-storage/container-storage-aks-quickstart.md
1 parent 505fe04 commit e190403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/container-storage/container-storage-aks-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Azure Container Service is a separate service from AKS, so you'll need to grant
157157
1. Under **Select**, search for and select the managed identity with your cluster name and `-agentpool` appended.
158158
1. Select **Review + assign**.
159159

160-
Run the following command to assign Contributor role to AKS managed identity. Remember to replace `<resource-group>` and `<cluster-name>` with your own values
160+
Run the following command to assign Contributor role to AKS managed identity. Remember to replace `<resource-group>` and `<cluster-name>` with your own values.
161161

162162
```azurecli-interactive
163163
export AKS_MI_OBJECT_ID=$(az aks show --name <cluster-name> --resource-group <resource-group> --query "identityProfile.kubeletidentity.objectId" -o tsv)

0 commit comments

Comments
 (0)