Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Try the Azure Storage Synctool. Commented Feb 4, 2012 at 22:09
  • Azure Storage Synctool is a bit raw - only supports Storage-to-local (meaning that I'd need to do it in two steps, first download my entire container and then re-upload it, which is not a big deal) and mostly, it does not resume - that could be a bit of a problem. The homegrown solution we've ended up building (it was really easy) supports resuming, does storage-to-storage and uses CopyFromBlob if doing it on the same account. Commented Feb 6, 2012 at 21:59