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 to download it, because it occurs
<Error>
<Code>ResourceNotFound</Code>
<Message>
The specified resource does not exist. RequestId:e7ffa746-b35c-44f3-a354-af2abfdaa823 Time:2012-09-27T18:07:00.3196644Z
</Message>
</Error>
Any ideas? I also tried to migrate a VM image from one Azure account to another using Azure CMDLets, but got trouble because CMDLets doesn’t work properly in multiple credentials.
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
on Azure powershell.