Skip to content

Commit fda1e78

Browse files
authored
Update driver-parameters.md
1 parent 338e1d5 commit fda1e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/driver-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
## Driver Parameters
22
> parameter names are case-insensitive
3-
>
4-
> make sure the identity used by CSI driver has `Storage Blob Data Contributor` on the storage account
53
64
<details><summary>required permissions for CSI driver controller</summary>
75
<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:
87
Microsoft.Storage/storageAccounts/write
98
Microsoft.Storage/storageAccounts/read
109
Microsoft.Storage/storageAccounts/listKeys/action
@@ -13,6 +12,7 @@ Microsoft.Storage/storageAccounts/blobServices/containers/write
1312
Microsoft.Storage/storageAccounts/blobServices/containers/read
1413
Microsoft.Storage/storageAccounts/blobServices/containers/delete
1514
Microsoft.Storage/operations/read
15+
# this is only necessary if the driver creates the storage account with a private endpoint:
1616
Microsoft.Network/virtualNetworks/subnets/write
1717
Microsoft.Network/virtualNetworks/subnets/read
1818
Microsoft.Network/privateEndpoints/write

0 commit comments

Comments
 (0)