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/backup-azure-arm-userestapi-restoreazurevms.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Restore Azure VMs using REST API
3
3
description: In this article, learn how to manage to restore operations of Azure Virtual Machine Backup using REST API.
4
4
ms.topic: how-to
5
5
ms.service: azure-backup
6
-
ms.date: 02/09/2025
6
+
ms.date: 02/10/2026
7
7
ms.assetid: b8487516-7ac5-4435-9680-674d9ecf5642
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-mallicka
@@ -12,13 +12,13 @@ ms.author: v-mallicka
12
12
13
13
# Restore Azure Virtual machines using REST API
14
14
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.
16
16
17
17
## Prerequisites
18
18
19
19
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.
20
20
21
-
## Select Recovery point
21
+
## Select Recovery point for Azure VM restore
22
22
23
23
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.
24
24
@@ -116,7 +116,7 @@ X-Powered-By: ASP.NET
116
116
117
117
The recovery point is identified with the `{name}` field in the given response.
118
118
119
-
## Restore operations
119
+
## Trigger the restore operations for Azure VM
120
120
121
121
After selecting the [relevant restore point](#select-recovery-point), proceed to trigger the restore operation.
122
122
@@ -340,7 +340,7 @@ As explained [above](#restore-operations), the following request body defines pr
340
340
341
341
The response should be handled in the same way as [explained above for restoring disks](#responses).
342
342
343
-
## Cross Region Restore
343
+
## Cross Region Restore for Azure VMs
344
344
345
345
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:
0 commit comments