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
Post a Comment