Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (12.7k points)

Is it possible to rename an Azure Storage Blob using the Azure Storage API from a Web Role? The only solution I have at the moment is to copy the blob to a new blob with the correct name and delete the old one. 

1 Answer

0 votes
by (9.6k points)

You can do so with Storage Explorer.

Go to storage explorer and connect your storage account with connection strings and then follow these steps:

1. Expand the Storage accounts

2. Expand your storage account

3. Click on Blob Containers

4. Right-click on your container that you want to rename

5. Select Rename from the menu

Browse Categories

...