How to complete backuped of this instance so we can rebuild the server in future because there is no option of capture the image.

Haridev Arya 0 Reputation points
2023-11-29T16:20:25.31+00:00

We have a windows virtual machine in azure with windows server 2012 R2. how we take complete backup of this instance so we can rebuild the server in future because there is no option of capture the image.

Virtual machine has unmanaged disk.

User's image

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

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 26,811 Reputation points Microsoft Employee Moderator
    2023-11-29T17:25:48.6066667+00:00

    Hello, @Haridev Arya !

    How do I completely backup my Azure VM with unmanaged disks?

    Azure Backup is used for backups and disaster recovery for both managed disks as well as unmanaged disks. While managed disks allow snapshot of your virtual hard disks (VHDs), unmanaged disks can create incremental snapshots. You can see a list of backup and restore options for unmanaged disks in Azure in our documentation:

    https://learn.microsoft.com/en-us/azure/virtual-machines/page-blobs-backup-and-disaster-recovery

    • Azure Backup: Used for backups and disaster recovery, and it works with managed disks as well as unmanaged disks. You can create a backup job with time-based backups, easy VM restoration, and backup retention policies.
    • (Alternative solution) Consistent snapshots: If you are unable to use Azure Backup, you can implement your own backup mechanism by using snapshots. Creating consistent snapshots for all the disks used by a VM and then replicating those snapshots to another region is complicated. For this reason, Azure considers using the Backup service as a better option than building a custom solution.
    • SQL Server: SQL Server running in a VM has its own built-in capabilities to back up your SQL Server database to Azure Blob storage or a file share. If the storage account is geo-redundant storage or read-access geo-redundant storage, you can access those backups in the storage account’s secondary datacenter in the event of a disaster, with the same restrictions as previously discussed.

    Additional reading:


    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

    0 comments No comments

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.