How can we make sure to save the unsaved data (data that isn't saved by user yet) before the system goes through a scheduled shutdown
I have tried to enable the "hibernation" feature on the Windows VM. Hibernation allows the system state, including open documents and unsaved data, to be saved to disk and restored when the VM is powered on again. For that I used powercfg /h on
command in command prompt but it returned an error saying "the system firmware does not support hibernation". It means that hibernation is not supported by the hardware or system configuration of Azure VMs due to the underlying virtualization infrastructure and the ability to quickly provision and deprovision VMs. So, I was either expecting an alternative solution to save the unsaved data in a Azure Windows VM or a work around this to enable hibernation.