Skip to content

Commit 123ab00

Browse files
author
AbhishekMallick01
committed
minor changes
1 parent a923d23 commit 123ab00

6 files changed

+14
-14
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure VMs using REST API in Azure Backup
33
description: In this article, learn how to configure, initiate, and manage backup operations of Azure VM Backup using REST API.
44
ms.topic: how-to
5-
ms.date: 04/24/2024
5+
ms.date: 02/09/2025
66
ms.assetid: b80b3a41-87bf-49ca-8ef2-68e43c04c1a3
77
author: jyothisuri
88
ms.author: jsuri
@@ -415,7 +415,7 @@ X-Powered-By: ASP.NET
415415
}
416416
```
417417

418-
Since the backup job is a long running operation, it needs to be tracked as explained in the [monitor jobs using REST API document](backup-azure-arm-userestapi-managejobs.md#tracking-the-job).
418+
Since the backup job is a long running operation, it needs to be tracked as explained in the [monitor jobs using REST API document](backup-azure-arm-userestapi-managejobs.md#track-the-job).
419419

420420
## Modify the backup configuration for a protected Azure VM
421421

@@ -458,7 +458,7 @@ To remove protection on a protected VM but retain the data already backed up, re
458458
}
459459
```
460460

461-
The response will follow the same format as mentioned [for triggering an on-demand backup](#example-responses-for-on-demand-backup). The resultant job should be tracked as explained in the [monitor jobs using REST API document](backup-azure-arm-userestapi-managejobs.md#tracking-the-job).
461+
The response will follow the same format as mentioned [for triggering an on-demand backup](#example-responses-for-on-demand-backup). The resultant job should be tracked as explained in the [monitor jobs using REST API document](backup-azure-arm-userestapi-managejobs.md#track-the-job).
462462

463463
### Stop protection and delete data
464464

@@ -507,7 +507,7 @@ Undo deletion is a *PUT* operation which is very similar to [changing the policy
507507
}
508508
```
509509

510-
The response will follow the same format as mentioned [for triggering an on-demand backup](#example-responses-for-on-demand-backup). The resultant job should be tracked as explained in the [monitor jobs using REST API document](backup-azure-arm-userestapi-managejobs.md#tracking-the-job).
510+
The response will follow the same format as mentioned [for triggering an on-demand backup](#example-responses-for-on-demand-backup). The resultant job should be tracked as explained in the [monitor jobs using REST API document](backup-azure-arm-userestapi-managejobs.md#track-the-job).
511511

512512
## Next steps
513513

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

Lines changed: 2 additions & 2 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: 01/30/2025
6+
ms.date: 02/09/2025
77
ms.assetid: b8487516-7ac5-4435-9680-674d9ecf5642
88
author: jyothisuri
99
ms.author: jsuri
@@ -206,7 +206,7 @@ X-Powered-By: ASP.NET
206206
}
207207
```
208208

209-
Since the restore job is a long running operation, it should be tracked as explained in the [monitor jobs using REST API document](backup-azure-arm-userestapi-managejobs.md#tracking-the-job).
209+
Since the restore job is a long running operation, it should be tracked as explained in the [monitor jobs using REST API document](backup-azure-arm-userestapi-managejobs.md#track-the-job).
210210

211211
### Restore disks
212212

articles/backup/backup-azure-file-share-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure file shares with REST API
33
description: Learn how to use REST API to back up Azure file shares in the Recovery Services vault
44
ms.topic: how-to
5-
ms.date: 09/09/2024
5+
ms.date: 02/09/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -537,7 +537,7 @@ Once the operation completes, it returns 200 (OK) with the ID of the resulting b
537537
}
538538
```
539539

540-
Since the backup job is a long running operation, it needs to be tracked as explained in the [monitor jobs using REST API document](./backup-azure-arm-userestapi-managejobs.md#tracking-the-job).
540+
Since the backup job is a long running operation, it needs to be tracked as explained in the [monitor jobs using REST API document](./backup-azure-arm-userestapi-managejobs.md#track-the-job).
541541

542542
## Next steps
543543

articles/backup/backup-azure-sql-vm-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up SQL server databases in Azure VMs using Azure Backup via REST API
33
description: Learn how to use REST API to back up SQL server databases in Azure VMs in the Recovery Services vault
44
ms.topic: how-to
5-
ms.date: 07/30/2024
5+
ms.date: 02/09/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -542,7 +542,7 @@ Once the operation is complete, it returns 200 (OK) with the ID of the resulting
542542
}
543543
```
544544

545-
As the backup job is a long running operation, it needs to be tracked as explained in the [monitor jobs using REST API document](backup-azure-arm-userestapi-managejobs.md#tracking-the-job).
545+
As the backup job is a long running operation, it needs to be tracked as explained in the [monitor jobs using REST API document](backup-azure-arm-userestapi-managejobs.md#track-the-job).
546546

547547
## Next steps
548548

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: 09/11/2024
4+
ms.date: 02/09/2025
55
ms.topic: reference
66
ms.service: azure-backup
77
author: jyothisuri
@@ -28,7 +28,7 @@ You can automate most backup related tasks using programmatic methods in Azure
2828
| 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 |
2929
| 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 |
3030
| Manage | Monitor jobs | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#restore-files-from-an-azure-vm-backup). | Supported <br><br> [See the examples](./tutorial-restore-files.md). | N/A | N/A | N/A | N/A |
31-
| Manage | Modify backup policy | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#monitoring-a-backup-job). | Supported <br><br> [See the examples](./quick-backup-vm-cli.md#monitor-the-backup-job). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-managejobs.md#tracking-the-job). | N/A | N/A | N/A | N/A |
31+
| Manage | Modify backup policy | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#monitoring-a-backup-job). | Supported <br><br> [See the examples](./quick-backup-vm-cli.md#monitor-the-backup-job). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-managejobs.md#track-the-job). | N/A | N/A | N/A | N/A |
3232
| Manage | Stop protection and retain backup data | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#retain-data). | Supported <br><br> [See the examples](/cli/azure/backup/protection#az-backup-protection-disable). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-backupazurevms.md#stop-protection-but-retain-existing-data). | N/A | N/A | N/A | N/A |
3333
| Manage | Stop protection and delete backup data | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#delete-backup-data). | Supported <br><br> [See the examples](/cli/azure/backup/protection#az-backup-protection-disable). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-backupazurevms.md#stop-protection-and-delete-data). | N/A | N/A | N/A | N/A |
3434
| Manage | Resume protection | Supported <br><br> [See the examples](./backup-azure-vms-automation.md#resume-backup). | Supported <br><br> [See the examples](/cli/azure/backup/protection#az-backup-protection-resume). | Supported <br><br> [See the examples](./backup-azure-arm-userestapi-backupazurevms.md#undo-the-deletion) | N/A | N/A | N/A | N/A |

articles/backup/restore-azure-file-share-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore Azure file shares with REST API
33
description: Learn how to use REST API to restore Azure file shares or specific files from a restore point created by Azure Backup
44
ms.topic: how-to
5-
ms.date: 09/11/2024
5+
ms.date: 02/09/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -347,7 +347,7 @@ For alternate location recovery, the response body will be like this:
347347
}
348348
```
349349

350-
Since the backup job is a long running operation, it should be tracked as explained in the [monitor jobs using REST API document](./backup-azure-arm-userestapi-managejobs.md#tracking-the-job).
350+
Since the backup job is a long running operation, it should be tracked as explained in the [monitor jobs using REST API document](./backup-azure-arm-userestapi-managejobs.md#track-the-job).
351351

352352
## Item level recovery using REST API
353353

0 commit comments

Comments
 (0)