Skip to content

Commit 3ec8584

Browse files
link updates
1 parent 937e166 commit 3ec8584

2 files changed

Lines changed: 7 additions & 7 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
@@ -118,7 +118,7 @@ The recovery point is identified with the `{name}` field in the given response.
118118

119119
## Trigger the restore operations for Azure VM
120120

121-
After selecting the [relevant restore point](#select-recovery-point), proceed to trigger the restore operation.
121+
After selecting the [relevant restore point](#select-recovery-point-for-azure-vm-restore), proceed to trigger the restore operation.
122122

123123
***All restore operations on the backup item are performed with the same *POST* API. Only the request body changes with the restore scenarios.***
124124

@@ -211,7 +211,7 @@ Since the restore job is a long running operation, it should be tracked as expla
211211

212212
### Restore disks
213213

214-
If there's a need to customize the creation of a VM from the backup data, restore the disks into a chosen storage account and create a VM from those disks according to their requirements. The storage account should be in the same region as the Recovery Services vault and shouldn't be zone redundant. The disks, as well as the configuration of the backed-up VM ("vmconfig.json"), is stored in the given storage account. As explained [here](#restore-operations), the relevant request body for restore disks is provided below.
214+
If there's a need to customize the creation of a VM from the backup data, restore the disks into a chosen storage account and create a VM from those disks according to their requirements. The storage account should be in the same region as the Recovery Services vault and shouldn't be zone redundant. The disks, as well as the configuration of the backed-up VM ("vmconfig.json"), is stored in the given storage account. As explained [here](#trigger-the-restore-operations-for-azure-vm), the relevant request body for restore disks is provided below.
215215

216216
#### Create request body
217217

@@ -247,7 +247,7 @@ The following request body defines properties required to trigger a disk restore
247247

248248
### Restore disks selectively
249249

250-
If you're [selectively backing up disks](backup-azure-arm-userestapi-backupazurevms.md#excluding-disks-in-azure-vm-backup), then the current backed-up disk list is provided in the [recovery point summary](#select-recovery-point) and [detailed response](/rest/api/backup/recovery-points/get). You can also selectively restore disks and more details are provided [here](selective-disk-backup-restore.md#selective-disk-restore). To selectively restore a disk among the list of backed up disks, find the LUN of the disk from the recovery point response and add the **restoreDiskLunList** property to the [request body above](#example-request) as shown below.
250+
If you're [selectively backing up disks](backup-azure-arm-userestapi-backupazurevms.md#excluding-disks-in-azure-vm-backup), then the current backed-up disk list is provided in the [recovery point summary](#select-recovery-point-for-azure-vm-restore) and [detailed response](/rest/api/backup/recovery-points/get). You can also selectively restore disks and more details are provided [here](selective-disk-backup-restore.md#selective-disk-restore). To selectively restore a disk among the list of backed up disks, find the LUN of the disk from the recovery point response and add the **restoreDiskLunList** property to the [request body above](#example-request) as shown below.
251251

252252
```json
253253
{
@@ -273,7 +273,7 @@ Once you track the response as explained [here](#responses), and the long runnin
273273

274274
### Replace disks in a backed-up virtual machine
275275

276-
While restore disks creates disks from the recovery point, replace disks replaces the current disks of the backed-up VM with the disks from the recovery point. As explained [here](#restore-operations), the relevant request body for replacing disks is provided below.
276+
While restore disks create disks from the recovery point, replace disks replaces the current disks of the backed-up VM with the disks from the recovery point. As explained [here](#trigger-the-restore-operations-for-azure-vm), the relevant request body for replacing disks is provided below.
277277

278278
#### Create request body
279279

@@ -314,7 +314,7 @@ The following request body defines properties required to trigger a disk restore
314314

315315
### Restore as another virtual machine
316316

317-
As explained [above](#restore-operations), the following request body defines properties required to trigger a virtual machine restore.
317+
As explained [above](#trigger-the-restore-operations-for-azure-vm), the following request body defines properties required to trigger a virtual machine restore.
318318

319319
```json
320320
{

articles/backup/backup-support-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Automation in Azure Backup support matrix
33
description: This article summarizes automation tasks related to Azure Backup support.
4-
ms.date: 12/19/2025
4+
ms.date: 02/10/2026
55
ms.topic: reference
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
@@ -26,7 +26,7 @@ You can automate most backup related tasks using programmatic methods in Azure
2626
| Backup | Selective disk backup | Supported <br><br> [See the examples](./selective-disk-backup-restore.md#use-powershell) | Supported <br><br> [See the examples](./selective-disk-backup-restore.md#use-the-cli). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-backupazurevms.md#excluding-disks-in-azure-vm-backup). | N/A | N/A | N/A | Currently not supported. |
2727
| Backup | Run on-demand backup | Supported <br><br> [See the examples](./quick-backup-vm-powershell.md#trigger-an-azure-vm-backup-job). | Supported - <br><br> [See the examples](./quick-backup-vm-cli.md#trigger-an-azure-vm-backup-job). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-backupazurevms.md#trigger-an-on-demand-backup-for-a-protected-azure-vm). | N/A | N/A | N/A | N/A |
2828
| Restore | Restore disks to primary region | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#restore-an-azure-vm). | Supported <br><br> [See the examples](./tutorial-restore-disk.md#restore-a-vm-disk). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-restoreazurevms.md). | N/A | N/A | N/A | N/A |
29-
| Restore | Cross-region restore | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#restore-disks-to-a-secondary-region). | Supported <br><br> [See the examples](/cli/azure/backup/restore#az-backup-restore-restore-disks). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-restoreazurevms.md#cross-region-restore). | N/A | N/A | N/A | N/A |
29+
| Restore | Cross-region restore | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#restore-disks-to-a-secondary-region). | Supported <br><br> [See the examples](/cli/azure/backup/restore#az-backup-restore-restore-disks). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-restoreazurevms.md#cross-region-restore-for-azure-vms). | N/A | N/A | N/A | N/A |
3030
| Restore | Restore selective disks | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#restore-selective-disks). | Supported <br><br> [See the examples](./selective-disk-backup-restore.md#restore-disks-with-the-cli). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-restoreazurevms.md#restore-disks-selectively). | N/A | N/A | N/A | N/A |
3131
| Restore | Create a VM from restored disks | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#using-managed-identity-to-restore-disks). | Supported <br><br> [See the examples](./tutorial-restore-disk.md#using-managed-identity-to-restore-disks). | Supported <br><br> [See the examples](/rest/api/backup/restores/trigger). | N/A | N/A | N/A | N/A |
3232
| Restore | Restore files | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#create-a-vm-from-restored-disks). | Supported <br><br> [See the examples](./tutorial-restore-disk.md#create-a-vm-from-the-restored-disk). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-restoreazurevms.md#restore-disks). | N/A | N/A | N/A | N/A |

0 commit comments

Comments
 (0)