Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to rename the container name in windows azure?

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

like image 796
Gaurav Avatar asked Sep 11 '12 13:09

Gaurav


People also ask

Can we rename container name in Azure?

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

Where is Azure container name?

You could access them via your storage account in the azure portal, refer to the screenshot. Choose a container, you could see the blobs, including names, blob type, size,etc.


1 Answers

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.

like image 129
Nuri Tasdemir Avatar answered Sep 17 '22 14:09

Nuri Tasdemir