An Azure backup service that provides built-in management at scale.
Hello Ben Morris, Thank you for posting your query on Microsoft Q&A platform.
You have an Azure VM that was modified or damaged, and you want to restore it to its previous state, ideally from a week ago. No backup policy, snapshots, or recovery mechanism were in place for this VM.
Microsoft cannot restore an Azure VM to a previous state if no backup or recovery mechanism existed at that time. Azure does not keep automatic historical copies of VMs. Recovery is only possible if some form of data protection already existed, such as backups, snapshots, restore points, or replication. If none of these were in place, rollback to an earlier state is not possible.
Under some specific conditions, Azure VM team might be able to recover disks. Please engage Azure VM team as they can verify if it's possible to recover the disks depending on their particular situation.
Managed disks in a soft deleted state can now be recovered. A managed disk will be in a soft deleted state if:
- The disk was created more than 10 days prior to deletion.
- The disk was deleted less than 4 days (96 hours) ago.
- Ultra Disk and Premium SSDv2 are not supported in any state, either Soft Delete or Hard Delete Recovery.
If the VM’s managed disks still exist, you can create a new VM from those disks to attempt data recovery. However, this does not restore the VM to an earlier image or configuration state.
Restore Azure Managed Disks - Azure Backup | Microsoft Learn
Without backup, snapshots, or available disks, there is no native option in Azure to recover the VM to a previous point in time.
To avoid data loss, it is strongly recommended to enable Azure Backup immediately on any critical VMs and regularly verify backup health and restore capabilities.
Hope this helps! Please let me know if you have any queries.
Thanks,