Search code examples
c#azureazure-storage

Azure Storage Blob Rename


Is is 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.


Solution

  • There is practical way to do so, although Azure Blob Service API does not directly support ability to rename or move blobs.