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

前端 未结 4 2183
后悔当初
后悔当初 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:34

    From the Windows Azure Portal you can easily download the VHD. Just navigate to STORAGE and then the storage account in which your virtual disk is created. Select CONTAINERS (at the top), open the container named "vhds". Just click the vhd you want and select DOWNLOAD (at the bottom of the page).

    I hope this helps.

提交回复
热议问题