Skip to content

Commit d198280

Browse files
authored
Clarify identity role assignment for CSI driver
Updated instructions for identity role assignment in CSI driver.
1 parent 268ae47 commit d198280

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/managed-identity-mount.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ clientID=`az identity list -g "$resourcegroup" --query "[?name == '$identityname
2626
```
2727

2828
## Dynamic Provisioning
29-
- Ensure that the identity of your cluster control plane has been assigned the `Storage Account Contributor role` for the storage account.
30-
> if the storage account is created by the driver, then you need to grant `Storage Account Contributor` role to the resource group where the storage account is located
31-
> AKS cluster control plane identity has assigned the `Contributor` role on the node resource group by default.
29+
- Ensure that the identity of your CSI driver control plane is assigned the `Storage Account Contributor role` for the storage account.
30+
> if the storage account is created by the driver, then you need to grant `Storage Account Contributor` role to the resource group where the storage account is located.
31+
>
32+
> AKS cluster control plane identity is assigned the `Storage Account Contributor role` on the node resource group for the storage account by default.
3233
3334
1. Create a storage class
3435
```yml

0 commit comments

Comments
 (0)