Download .vhd image from Azure to local machine, and upload to another Azure account

前端 未结 4 2159
后悔当初
后悔当初 2021-02-18 17:44

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

4条回答
  •  有刺的猬
    2021-02-18 18:38

    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.

提交回复
热议问题