backup/snapshot a vm image (vhd) in windows azure

2019-04-07 18:09发布

I was wondering if anyone had any information on how to backup a vm image that has been uploaded to the cloud.
There is an option to revert to the initial state. However, it would be extremely handy if a snapshot could be taken or if the vhd could be downloaded again.

Any input would be welcome.
Thanks

3条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-04-07 18:20

But now it is... ;-)

https://www.windowsazure.com/en-us/manage/linux/how-to-guides/capture-an-image/

This is Linux-centric, but there's another one for Windows VMs, too.

查看更多
我欲成王,谁敢阻挡
3楼-- · 2019-04-07 18:28

You can backup the blob of the VM's VHD using the Blob API, and then restore it, thereby overwriting the current OS VHD to an earlier version. Haven't tried it myself, but the docs suggest it's possible.

查看更多
Root(大扎)
4楼-- · 2019-04-07 18:42

This is not possible today.

(Adding more text to reach the 30-character requirement. Huh?)

查看更多
登录 后发表回答