Skip to content

Commit 505fe04

Browse files
authored
Update container-storage-aks-quickstart.md
typo fix
1 parent 9729e76 commit 505fe04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ 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

162-
```azurecli-interactive
163-
export AKS_MI_OBJECT_ID=$(az aks show --name <cluster-name> --resource-group <resource-group> --query "identityProfile.kubeletidentity.objectId" -o tsv)
164-
export AKS_NODE_RG=$(az aks show --name <cluster-name> --resource-group <resource-group> --query "nodeResourceGroup" -o tsv)
162+
```azurecli-interactive
163+
export AKS_MI_OBJECT_ID=$(az aks show --name <cluster-name> --resource-group <resource-group> --query "identityProfile.kubeletidentity.objectId" -o tsv)
164+
export AKS_NODE_RG=$(az aks show --name <cluster-name> --resource-group <resource-group> --query "nodeResourceGroup" -o tsv)
165165
166-
az role assignment create --assignee $AKS_MI_OBJECT_ID --role "Contributor" --resource-group "$AKS_NODE_RG"
167-
```
166+
az role assignment create --assignee $AKS_MI_OBJECT_ID --role "Contributor" --resource-group "$AKS_NODE_RG"
167+
```
168168

169169
## Install Azure Container Storage
170170

0 commit comments

Comments
 (0)