You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/about-azure-vm-restore.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,29 @@
2
2
title: About the Azure Virtual Machine restore process
3
3
description: Learn how the Azure Backup service restores Azure virtual machines
4
4
ms.topic: overview
5
-
ms.date: 09/09/2024
5
+
ms.date: 08/13/2025
6
6
author: AbhishekMallick-MS
7
7
ms.author: v-mallicka
8
8
ms.custom: engagement-fy24
9
9
# Customer intent: As an IT admin, I want to understand the Azure VM restore process and its options, so that I can efficiently recover virtual machines based on different scenarios and ensure business continuity.
10
10
---
11
11
12
-
# About Azure VM restore
12
+
# About Azure Virtual Machine restore
13
13
14
-
This article describes how the [Azure Backup service](./backup-overview.md) restores Azure virtual machines (VMs). There are a number of restore options. We'll discuss the various scenarios they support.
14
+
This article describes how the [Azure Backup service](./backup-overview.md) restores Azure virtual machines (VMs). There are many restore options. Let's discuss the various scenarios they support.
15
15
16
-
## Concepts
16
+
## Key concepts for Azure VM restore
17
+
18
+
To understand the Azure VM restore process, review the following key concepts:
17
19
18
20
-**Recovery Point** (also known as **Restore Point**): A recovery point is a copy of the original data that's being backed up.
19
21
20
22
-**Tier (snapshot vs. vault)**: Azure VM backup happens in two phases:
21
23
22
-
- In phase 1, the snapshot taken is stored along with the disk. This is referred to as**snapshot tier**. Snapshot tier restores are faster (than restore from vault) because they eliminate the wait time for snapshots to copy to the vault before triggering the restore. So restore from the snapshot tier is also referred as [Instant Restore](./backup-instant-restore-capability.md).
23
-
- In phase 2, the snapshot is transferred and stored in the vault managed by the Azure Backup service. This is referred to as**vault tier**.
24
+
- In phase 1, the snapshot taken is stored along with the disk. This process is called**snapshot tier**. Snapshot tier restores are faster (than restore from vault) because they eliminate the wait time for snapshots to copy to the vault before triggering the restore. So restore from the snapshot tier is also referred as [Instant Restore](./backup-instant-restore-capability.md).
25
+
- In phase 2, the snapshot is transferred and stored in the vault managed by the Azure Backup service. This process is called**vault tier**.
24
26
25
-
-**Original Location Recovery (OLR)**: A recovery done from the restore point to the source Azure VM from where the backups were taken, replacing it with the state stored in the recovery point. This replaces the OS disk and the data disk(s) of the source VM.
27
+
-**Original Location Recovery (OLR)**: A recovery done from the restore point to the source Azure VM from where the backups were taken, replacing it with the state stored in the recovery point. This process replaces the OS disk and the data disks of the source VM.
26
28
27
29
-**Alternate-Location Recovery (ALR)**: A recovery done from the recovery point to a server other than the original server where the backups were taken.
28
30
@@ -33,15 +35,17 @@ This article describes how the [Azure Backup service](./backup-overview.md) rest
33
35
-[Geo-redundant storage (GRS)](../storage/common/storage-redundancy.md#geo-redundant-storage) is the default and recommended replication option. GRS replicates your data to a secondary region (hundreds of miles away from the primary location of the source data). GRS costs more than LRS, but GRS provides a higher level of durability for your data, even if there's a regional outage.
34
36
-[Zone-redundant storage (ZRS)](../storage/common/storage-redundancy.md#zone-redundant-storage) replicates your data in [availability zones](../reliability/availability-zones-overview.md), guaranteeing data residency and resiliency in the same region. ZRS has no downtime. So your critical workloads that require [data residency](https://azure.microsoft.com/resources/achieving-compliant-data-residency-and-security-with-azure/), and must have no downtime, can be backed up in ZRS.
35
37
36
-
-**Cross-Region Restore (CRR)**: As one of the [restore options](./backup-azure-arm-restore-vms.md#restore-options), Cross Region Restore (CRR) allows you to restore Azure VMs in a secondary region, which is an [Azure paired region](../reliability/cross-region-replication-azure.md) You can restore your data in the secondary region at anytime, during partial or full outages, or any other time you choose.
38
+
-**Cross-Region Restore (CRR)**: As one of the [restore options](./backup-azure-arm-restore-vms.md#restore-options), Cross Region Restore (CRR) allows you to restore Azure VMs in a secondary region, which is an [Azure paired region](../reliability/cross-region-replication-azure.md). You can restore your data in the secondary region at any time, during partial or full outages, or any other time you choose.
39
+
40
+
## Restore scenarios for Azure VMs
37
41
38
-
## Restore scenarios
42
+
:::image type="content" source="./media/about-azure-vm-restore/recovery-scenarios.png" alt-text="Diagram shows the restore flow for Azure VMs.":::
|[Restore to create a new virtual machine](./backup-azure-arm-restore-vms.md)| Restores the entire VM to OLR (if the source VM still exists) or ALR | <ul><li> If the source VM is lost or corrupt, then you can restore entire VM <li> You can create a copy of the VM <li> You can perform a restore drill for audit or compliance <li> If license for Marketplace Azure VM has expired, [create VM restore](./backup-azure-arm-restore-vms.md#create-a-vm) option can't be used.</ul> |
48
+
|[Restore to create a new virtual machine](./backup-azure-arm-restore-vms.md)| Restores the entire VM to Original Location Recovery (OLR) (if the source VM still exists) or Alternate Location Recovery(ALR)| <ul><li> If the source VM is lost or corrupt, then you can restore entire VM <li> You can create a copy of the VM <li> You can perform a restore drill for audit or compliance <li> If license for Marketplace Azure VM has expired, [create VM restore](./backup-azure-arm-restore-vms.md#create-a-vm) option can't be used.</ul> |
45
49
|[Restore disks of the VM](./backup-azure-arm-restore-vms.md#restore-disks)| Restore disks attached to the VM | All disks: This option creates the template and restores the disk. You can edit this template with special configurations (for example, availability sets) to meet your requirements and then use both the template and restore the disk to recreate the VM. |
46
50
|[Restore specific files within the VM](./backup-azure-restore-files-from-vm.md)| Choose restore point, browse, select files, and restore them to the same (or compatible) OS as the backed-up VM. | If you know which specific files to restore, then use this option instead of restoring the entire VM. |
47
51
|[Restore an encrypted VM](./backup-azure-vms-encryption.md)| From the portal, restore the disks and then use PowerShell to create the VM | <ul><li> [Encrypted VM with Microsoft Entra ID](/azure/virtual-machines/windows/disk-encryption-windows-aad) <li> [Encrypted VM without Microsoft Entra ID](/azure/virtual-machines/windows/disk-encryption-windows) <li> [Encrypted VM *with Microsoft Entra ID* migrated to *without Microsoft Entra ID*](/azure/virtual-machines/windows/disk-encryption-faq#can-i-migrate-vms-that-were-encrypted-with-a-microsoft-entra-app-to-encryption-without-a-microsoft-entra-app-)</ul> |
0 commit comments