What is the proper way of copying large amount of data from one location to another in Azure Blob storage and being able to check when the copy process is completed.
It seems there are a few Async and Copy, BeginCopy even in the SDK and its hard to figure out in what calls that I am quantied that the copy is done when the call completes, or if that assumption even holds. Should I check when a copy is done if its actually is done, as I think that all the SDK call just stats the copy process and Azure does the copy async in the back ground.
azcopy
which might helps to you, but I'm not sure. Please check blogs.msdn.com/b/windowsazurestorage/archive/2013/04/01/… – Shaun Xu