Skip to content

Commit e346762

Browse files
Optimization for AI - About Az VM restore
1 parent ef4f101 commit e346762

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

articles/backup/about-azure-vm-restore.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,29 @@
22
title: About the Azure Virtual Machine restore process
33
description: Learn how the Azure Backup service restores Azure virtual machines
44
ms.topic: overview
5-
ms.date: 09/09/2024
5+
ms.date: 08/13/2025
66
author: AbhishekMallick-MS
77
ms.author: v-mallicka
88
ms.custom: engagement-fy24
99
# 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.
1010
---
1111

12-
# About Azure VM restore
12+
# About Azure Virtual Machine restore
1313

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.
1515

16-
## Concepts
16+
## Key concepts for Azure VM restore
17+
18+
To understand the Azure VM restore process, review the following key concepts:
1719

1820
- **Recovery Point** (also known as **Restore Point**): A recovery point is a copy of the original data that's being backed up.
1921

2022
- **Tier (snapshot vs. vault)**: Azure VM backup happens in two phases:
2123

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**.
2426

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.
2628

2729
- **Alternate-Location Recovery (ALR)**: A recovery done from the recovery point to a server other than the original server where the backups were taken.
2830

@@ -33,15 +35,17 @@ This article describes how the [Azure Backup service](./backup-overview.md) rest
3335
- [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.
3436
- [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.
3537

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
3741

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.":::
3943

40-
![Restore scenarios ](./media/about-azure-vm-restore/recovery-scenarios.png)
44+
The following table describes the various restore scenarios for Azure VMs, what is done in each scenario, and when to use them:
4145

4246
| **Scenario** | **What is done** | **When to use** |
4347
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
44-
| [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> |
4549
| [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. |
4650
| [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. |
4751
| [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

Comments
 (0)