Skip to content

Commit 3bc7ddc

Browse files
committed
add blob contributor role in volume cloning doc
1 parent 1bc2125 commit 3bc7ddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/example/cloning/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## Prerequisites
88
- Make sure that the virtual network, where the driver controller pod is deployed, is added to the allowed list of the storage account's VNet setting.
99
- Before proceeding, ensure that the application is not writing data to the source volume.
10+
- You can assign `Storage Blob Data Contributor` role to controller identity in storage account to use system-wide/user-assigned managed identity to authorize, otherwise CSI will use SAS token. If you clone a volume between different storage accounts, you can just assign `Storage Blob Data Reader` role in source storage account and `Storage Blob Data Contributor` in destination storage account.
1011

1112
## Create a Source PVC
1213

0 commit comments

Comments
 (0)