Time to time, I had to download things from Windows Azure Storage for my Windows Azure Project so I decided to simply write a command line tool which can download any files from Azure storage and after download is completed, I also wanted to get confirmation
that download is completed.
To make it very simple solution, I just created a command line application which use Windows Azure Storage Credentials to download blob from Azure Storage and after download is completed, the same application upload a log file to Azure blob storage to confirm
that download is completed.
That's it.