Skip to main content
5 events
when toggle format what by license comment
Jun 23, 2012 at 14:20 history edited David Makogon CC BY-SA 3.0
Added note about cross-account blob copy.
Dec 21, 2011 at 0:59 comment added David Airapetyan Ok, it's called "CopyFromBlob". One could check if the source account matches the destination and use that method, otherwise use the DownloadToStream/UploadToStream combo.
Dec 20, 2011 at 23:24 comment added David Airapetyan One interesting thing to note is that if the containers are on the same storage account (which is unfortunately not the case for me) then there is a way to copy the blobs without passing by the client - not sure which API does it, but running Fiddler while copying with Azure Storage Explorer shows the x-ms-copy-source header.
Dec 20, 2011 at 23:22 vote accept David Airapetyan
Dec 20, 2011 at 21:31 history answered David Makogon CC BY-SA 3.0