How to rename the container name in windows azure?

后端 未结 5 2421
北海茫月
北海茫月 2021-02-19 17:08

Is there any way by which we can rename the blob container name in windows azure ?

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 17:19

    No. You can't rename a blob container in Windows Azure.

    Code to copy from the old storage to the new storage

    AzCopy /Source:https://oldstorage.blob.core.windows.net/oldstorage /Dest:https://newstorage.blob.core.windows.net/newstorage /SourceKey:sourcekey /DestKey:destkey /S /XO

提交回复
热议问题