Skip to content

Commit cb1afb3

Browse files
authored
doc: Change role assignment to 'Storage Blob Data Contributor'
1 parent 1f8185b commit cb1afb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workload-identity-static-pv-mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ az role assignment create --role "Storage Account Contributor" --assignee $USER_
4343

4444
- option#2: grant the `Storage Blob Data Contributor` role to the managed identity for mounting using a workload identity token exclusively, without relying on account key authentication.
4545
```console
46-
az role assignment create --role "Storage Account Contributor" --assignee $USER_ASSIGNED_CLIENT_ID --scope $ACCOUNT_SCOPE
46+
az role assignment create --role "Storage Blob Data Contributor" --assignee $USER_ASSIGNED_CLIENT_ID --scope $ACCOUNT_SCOPE
4747
```
4848

4949
### 4. Create a service account on AKS

0 commit comments

Comments
 (0)