How to rename the container name in windows azure?

后端 未结 5 2410
北海茫月
北海茫月 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:22

    Now, you can rename containers with Microsoft's "Microsoft Azure Storage Explorer" (after version 0.8.3). You can also rename azure tables and file shares with this tool. See the release notes here.

    Note that this feature has the following disclaimer during usage.

    Renaming works by copying to the new name, then deleting the source item. Renaming a blob container currently loses the container's properties and metadata, and may take a while if there are lots of blobs.

    Therefore this is not an actual renaming behind the scenes and incurs read/write/transaction costs.

提交回复
热议问题