How to rename the container name in windows azure?

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

    UPDATE

    Please see answer from Nuri Tasdemir below.


    No. You can't rename a blob container in Windows Azure. What you could do is create a new blob container with the new name and copy blobs from old blob container to the new one. Once the blobs are copied, you can delete the old blob container. Please note that if you're doing the copy blob in Cloud, this operation is asynchronous. So ensure that the blobs are copied completely before deleting the blob container.

提交回复
热议问题