Skip to content

Commit dfd0edf

Browse files
fhryo-msftkhdownie
andauthored
Update articles/storage/container-storage/use-container-storage-with-managed-disks.md
Co-authored-by: Ken Downie <[email protected]>
1 parent a20e72f commit dfd0edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/container-storage/use-container-storage-with-managed-disks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ a972fa43-1234-5678-1234-c040eb546ec5
127127

128128
1. Grant **Contributor** role of the disk to the cluster managed identity. Sign in to the Azure portal and navigate to your disk. From the service menu, select **Access control (IAM)** > **Add role assignment**, and then select **Contributor** role and assign to the identity. If you created your disk under an AKS managed resource group (example: MC_myResourceGroup_myAKSCluster_eastus), you can skip this step.
129129

130-
1. Find identity of the system node pool
130+
1. Find the identity of the system node pool:
131131

132132
```bash
133133
$ nodeResourceGroup=$(az aks show --resource-group <resourceGroup> --name <clusterName> --query nodeResourceGroup -o tsv)

0 commit comments

Comments
 (0)