I\'d like to download a VM image to my local machine, so I can use it locally and upload it to another credential of Azure. I know that there is blob URL but wget didn\'t help t
I've finally found out an open source explorer for Azure Storage. (despite Cloud Storage Studio is great, but it's commercial version.)
http://azurestorageexplorer.codeplex.com/
It can have multiple credentials and has several functions to manage files (copy, rename, delete, and download)
Once I download vhd on my local machine, I can upload it to another place by using
azure vm disk upload
on Azure powershell.