How to take one-time backup of Azure Virtual Machine

Rancy Kaur 20 Reputation points
2023-11-01T14:10:52.1666667+00:00

Hi Everyone,

I want to take a one time back up of Azure VM before I enable encryption on it. I looked at the backup articles and I see that most of them talk about creating a backup policy with scheduled backups. I also found this Q&A on backup FAQ article: https://learn.microsoft.com/en-us/azure/backup/backup-azure-vm-backup-faq#can-i-take-on-demand--ad-hoc--backup-without-scheduling-backup-for-an-azure-vm

Can I take on-demand (ad-hoc) backup without scheduling backup for an Azure VM?

No, you can’t trigger on-demand backups by disabling scheduled backup.

I would like to know if there is any way that I can take this one time backup for my Azure VM.

Thanks in advance!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,033 questions
0 comments No comments
{count} votes

Accepted answer
  1. kobulloc-MSFT 26,811 Reputation points Microsoft Employee Moderator
    2023-11-01T14:40:23.64+00:00

    Hello, @Rancy Kaur !

    How do I make a manual (one time) backup of my VM?

    There are many different ways to back up a VM, however a snapshot of a virtual hard disk provides a full, read-only copy of a virtual hard disk (VHD) that can be used as a point-in-time backup. You can take a snapshot of both the OS and the data disk.

    https://learn.microsoft.com/en-us/azure/virtual-machines/snapshot-copy-managed-disk?tabs=portal

    To create a snapshot using the Azure portal, complete these steps.

    1. In the Azure portal, select Create a resource.
    2. Search for and select Snapshot.
    3. In the Snapshot window, select Create. The Create snapshot window appears.
    4. For Resource group, select an existing resource group or enter the name of a new one.
    5. Enter a Name, then select a Region and Snapshot type for the new snapshot. If you would like to store your snapshot in zone-resilient storage, you need to select a region that supports availability zones. For a list of supporting regions, see Azure regions with availability zones.
    6. For Source subscription, select the subscription that contains the managed disk to be backed up.
    7. For Source disk, select the managed disk to snapshot.
    8. For Storage type, select Standard HDD, unless you require zone-redundant storage or high-performance storage for your snapshot.
    9. If needed, configure settings on the Encryption, Networking, and Tags tabs. Otherwise, default settings are used for your snapshot.
    10. Select Review + create.

    Once you have the snapshot, you can either create a new VM using the OS snapshot or you can attach the data disk to an existing VM.

    Other options to consider:

    • VM Restore Points: An individual VM restore point is a resource that stores VM configuration and point-in-time application consistent snapshots of all the managed disks attached to the VM. VM restore points contain a disk restore point for each of the attached disks and a disk restore point consists of a snapshot of an individual managed disk.
    • Full list of backup and restore options for virtual machines in Azure: This includes Azure Backup, Azure Site Recovery, Managed Snapshots (used in the answer above), and virtual machine restore points (previous point).

    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.