Is there a good way to create a temporay blob on Azure, then rename it after the upload is complete? I want to implement an atomic upload which should retain the original contents of the blob if the upload is aborted mid-way.
With "good", I mean something that would give me an available blob-name immediately and ideally "lock" it. For high access rates, even checking if a pseudo-temporary blob name already exists can be problematic when another application attempts to checks the same blob name.