Christopher Warrington (CHRISTOPHER)
My feedback
-
3 votes
Christopher Warrington (CHRISTOPHER) supported this idea ·
-
61 votes
Christopher Warrington (CHRISTOPHER) supported this idea ·
-
66 votes
Christopher Warrington (CHRISTOPHER) supported this idea ·
-
351 votes42 comments · Azure Active Directory » Developer Experiences · Flag idea as inappropriate… · Admin →
Christopher Warrington (CHRISTOPHER) supported this idea ·
-
2 votes
An error occurred while saving the comment -
1,131 votes
Our apologies for not updating this ask earlier. Renaming Blobs is on our backlog, but is unlikely to be released in the coming year. Today, you can use the “Copy Blob” API as a workaround.
Using the Azure Files service you can address Azure Storage like a network share using the SMB2.1 protocol. This enables usage of normal Windows API’s to rename files and directories. You can get started with the Files service by visiting https://docs.microsoft.com/en-us/azure/storage/storage-dotnet-how-to-use-files.
For any further questions, or to discuss your specific scenario, send us an email at azurestoragefeedback@microsoft.com.
An error occurred while saving the comment Christopher Warrington (CHRISTOPHER) commented
I would like to be able to rename blobs so I can have them in a different namespace while they are being created/uploaded to. Then, after they are finalized, they can be renamed to their "published" location. Couple this with per-blob expiration and implement atomic rename-and-reset-TTL, then blob upload error recovery becomes trivial: start uploading to a temporary blob with a short TTL, when done, rename-and-reset-TTL to the final name. If anything goes wrong, the partial blob will just go away automatically.
Christopher Warrington (CHRISTOPHER) supported this idea ·
-
14 votes
Thank you for your suggestion.
At this time this feature is not on our road map. We will leave this marked as unplanned for now and will revisit this in upcoming cycles and will update here if this changes.
Thank you for your suggestion and votes.
Christopher Warrington (CHRISTOPHER) supported this idea ·
-
20 votes
We’ve started the design, and would welcome any additional feedback.
Steve
Christopher Warrington (CHRISTOPHER) supported this idea ·
-
118 votes
We’ve started the Auto-Purge work, with this current design: https://github.com/AzureCR/specs/tree/master/auto-purge
Please provide feedback here: https://github.com/AzureCR/specs/issues/1
An error occurred while saving the comment Christopher Warrington (CHRISTOPHER) commented
It would be awesome if this were also integrated with VSTS's Docker Container build/push tasks, so that when it deletes a build, it also deletes the images pushed.
Christopher Warrington (CHRISTOPHER) supported this idea ·
Duplicate of https://feedback.azure.com/forums/217298-storage/suggestions/4041042-rename-blobs-without-needing-to-copy-them ?