Skip to content

Commit 2213f6b

Browse files
AI optimization - Az VM restore using REST API - Intro and H2 updates
1 parent c4ab977 commit 2213f6b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/backup/backup-azure-arm-userestapi-restoreazurevms.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Restore Azure VMs using REST API
33
description: In this article, learn how to manage to restore operations of Azure Virtual Machine Backup using REST API.
44
ms.topic: how-to
55
ms.service: azure-backup
6-
ms.date: 02/09/2025
6+
ms.date: 02/10/2026
77
ms.assetid: b8487516-7ac5-4435-9680-674d9ecf5642
88
author: AbhishekMallick-MS
99
ms.author: v-mallicka
@@ -12,13 +12,13 @@ ms.author: v-mallicka
1212

1313
# Restore Azure Virtual machines using REST API
1414

15-
This article describes how to restore an Azure VM or disks using the REST API.
15+
This article describes how to restore Azure Virtual Machines or individual disks from a recovery point by using the Azure Backup REST API. It covers selecting recovery points, triggering restore operations, and performing cross-region restores.
1616

1717
## Prerequisites
1818

1919
After completing an Azure VM backup with Azure Backup, you can restore entire VMs, disks, or files from the same backup copy. For any restore operation, you have to first identify the relevant recovery point.
2020

21-
## Select Recovery point
21+
## Select Recovery point for Azure VM restore
2222

2323
The available recovery points of a backup item can be listed using the [list recovery point REST API](/rest/api/backup/recovery-points/list). It's a simple *GET* operation with all the relevant values.
2424

@@ -116,7 +116,7 @@ X-Powered-By: ASP.NET
116116

117117
The recovery point is identified with the `{name}` field in the given response.
118118

119-
## Restore operations
119+
## Trigger the restore operations for Azure VM
120120

121121
After selecting the [relevant restore point](#select-recovery-point), proceed to trigger the restore operation.
122122

@@ -340,7 +340,7 @@ As explained [above](#restore-operations), the following request body defines pr
340340

341341
The response should be handled in the same way as [explained above for restoring disks](#responses).
342342

343-
## Cross Region Restore
343+
## Cross Region Restore for Azure VMs
344344

345345
If Cross Region Restore (CRR) is enabled on the vault with which you've protected your VMs, the backup data is replicated to the secondary region. You can use the backup data to perform a restore operation. To trigger a restore operation in the secondary region using REST API, follow these steps:
346346

0 commit comments

Comments
 (0)