Can Azure VM snapshots be deleted safely? -


i used cloudxplorer create snapshot on vhd of vm doing installs on. installs went okay, okay delete snapshots or need somehow merge them in ensure can backup current vm state?

snapshots point-in-time representation of blob (in case, page blob storing vhd). it's read-only, , it's disposable. if page in vhd's page blob changed, new page created snapshot, represent original state of blob. once delete snapshot, list of pages, along created pages preserve snapshot's state, deleted (and no impact on original blob).

note won't able delete original blob until first delete of snapshots (and can delete blob+snapshots @ once).


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -