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

荒凉一梦 提交于 2019-12-04 06:07:00

This is not possible today.

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

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!