I have about 110,000 images of various formats (jpg, png and gif) and sizes (2-40KB) stored locally on my hard drive. I need to upload them to Azure Blob Storage. While doing th
You could always try the async methods of uploading.
public override IAsyncResult BeginUploadFromStream ( Stream source, AsyncCallback callback, Object state
)
http://msdn.microsoft.com/en-us/library/windowsazure/ee772907.aspx