Skip to content

Commit d545890

Browse files
authored
Update driver-parameters.md
1 parent dce26c6 commit d545890

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/driver-parameters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
44
<details><summary>required permissions for CSI driver controller</summary>
55
<pre>
6-
# assign the "storage account contributor" and "Storage Blob Data Contributor" roles to the CSI driver controller, it will provide permissions for the following actions:
6+
# To grant permissions for following actions, you need to assign both "storage account contributor"
7+
# and "Storage Blob Data Contributor" roles to the CSI driver controller.
78
Microsoft.Storage/storageAccounts/write
89
Microsoft.Storage/storageAccounts/read
910
Microsoft.Storage/storageAccounts/listKeys/action
@@ -12,6 +13,7 @@ Microsoft.Storage/storageAccounts/blobServices/containers/write
1213
Microsoft.Storage/storageAccounts/blobServices/containers/read
1314
Microsoft.Storage/storageAccounts/blobServices/containers/delete
1415
Microsoft.Storage/operations/read
16+
1517
# this is only necessary if the driver creates the storage account with a private endpoint:
1618
Microsoft.Network/virtualNetworks/subnets/write
1719
Microsoft.Network/virtualNetworks/subnets/read

0 commit comments

Comments
 (0)