azure - AZCopy between storage accounts and keep access rights -


suppose operation between storage accounts:

azcopy /source:https://sourceaccount.blob.core.windows.net/mycontainer1 /dest:https://destaccount.blob.core.windows.net/mycontainer2 /sourcekey:key1 /destkey:key2 /pattern:abc.txt

in mycontainer1 have permission "blob ..", in mycontainer2 permission becomes "private ..." . there way prevent happen / force same permission on "new" container?

azcopy doesn't support this. it's designed transferring blobs/files. need reconfigure permission of destination container yourself.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -