Skip to content

Commit

Permalink
Update driver-parameters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Jul 18, 2024
1 parent 338e1d5 commit fda1e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/driver-parameters.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
## Driver Parameters
> parameter names are case-insensitive
>
> make sure the identity used by CSI driver has `Storage Blob Data Contributor` on the storage account
<details><summary>required permissions for CSI driver controller</summary>
<pre>
# assign the "storage account contributor" and "Storage Blob Data Contributor" roles to the CSI driver controller, it will provide permissions for the following actions:
Microsoft.Storage/storageAccounts/write
Microsoft.Storage/storageAccounts/read
Microsoft.Storage/storageAccounts/listKeys/action
Expand All @@ -13,6 +12,7 @@ Microsoft.Storage/storageAccounts/blobServices/containers/write
Microsoft.Storage/storageAccounts/blobServices/containers/read
Microsoft.Storage/storageAccounts/blobServices/containers/delete
Microsoft.Storage/operations/read
# this is only necessary if the driver creates the storage account with a private endpoint:
Microsoft.Network/virtualNetworks/subnets/write
Microsoft.Network/virtualNetworks/subnets/read
Microsoft.Network/privateEndpoints/write
Expand Down

0 comments on commit fda1e78

Please sign in to comment.