Skip to content

Commit c78536b

Browse files
author
AbhishekMallick01
committed
Incubation <50 visitors - Create backup policy and configure backup for Disk via REST
1 parent d7fdfc8 commit c78536b

7 files changed

+36
-38
lines changed

articles/backup/backup-azure-dataprotection-use-rest-api-backup-disks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Disks using Azure Data Protection REST API.
33
description: In this article, learn how to configure, initiate, and manage backup operations of Azure Disks using REST API.
44
ms.topic: how-to
5-
ms.date: 02/09/2025
5+
ms.date: 04/16/2025
66
ms.assetid: 6050a941-89d7-4b27-9976-69898cc34cde
77
author: jyothisuri
88
ms.author: jsuri
@@ -13,13 +13,13 @@ ms.custom: engagement-fy24
1313

1414
This article describes how to manage backups for Azure Disks via REST API.
1515

16-
Azure Disk Backup offers a turnkey solution that provides snapshot lifecycle management for managed disks by automating periodic creation of snapshots and retaining it for configured duration using backup policy. You can manage the disk snapshots with zero infrastructure cost and without the need for custom scripting or any management overhead. This is a crash-consistent backup solution that takes point-in-time backup of a managed disk using incremental snapshots with support for multiple backups per day. It's also an agent-less solution and doesn't impact production application performance. It supports backup and restore of both OS and data disks (including shared disks), whether or not they're currently attached to a running Azure virtual machine.
16+
Azure Disk Backup simplifies snapshot lifecycle management for managed disks by automating periodic snapshots and retention based on backup policies. It eliminates infrastructure costs, custom scripting, and management overhead, providing a crash-consistent, point-in-time backup via incremental snapshots—supporting multiple backups per day. This agentless solution ensures zero impact on production performance and enables backup and restore of both OS and data disks (including shared disks), irrespective of whether they're attached to an Azure VM.
1717

1818
For information on the Azure Disk backup region availability, supported scenarios and limitations, see the [support matrix](disk-backup-support-matrix.md).
1919

2020
## Prerequisites
2121

22-
Before you back up disks, ensure that you:
22+
Before you back up disks, review the following prerequisites:
2323

2424
- [Create a Backup vault](backup-azure-dataprotection-use-rest-api-create-update-backup-vault.md)
2525

articles/backup/backup-managed-disks-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ title: Back up Azure Managed Disks using Azure CLI
33
description: Learn how to back up Azure Managed Disks using Azure CLI.
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli, engagement-fy24
6-
ms.date: 08/20/2024
6+
ms.date: 04/16/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

1111
# Back up Azure Managed Disks using Azure CLI
1212

13-
This article describes how to back up [Azure Managed Disk](/azure/virtual-machines/managed-disks-overview) using Azure CLI.
13+
This article describes how to back up [Azure Managed Disk](/azure/virtual-machines/managed-disks-overview) using Azure CLI. You can also use REST API to [create a Backup policy](backup-azure-dataprotection-use-rest-api-create-update-disk-policy.md) and [configure backup](backup-azure-dataprotection-use-rest-api-backup-disks.md) for Azure Managed Disk.
1414

1515
> [!IMPORTANT]
1616
> Support for Azure Managed Disks backup and restore via CLI is in preview and available as an extension in Az 2.15.0 version and later. The extension is automatically installed when you run the **az dataprotection** commands. [Learn more](/cli/azure/azure-cli-extensions-overview) about extensions.
1717
18-
For information on the Azure Disk backup region availability, supported scenarios and limitations, see the [support matrix](disk-backup-support-matrix.md).
18+
Learn about the [Azure Disk backup region availability, supported scenarios and limitations](disk-backup-support-matrix.md).
1919

2020
## Create a Backup vault
2121

articles/backup/backup-managed-disks-ps.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22
title: Back up Azure Managed Disks using Azure PowerShell
33
description: Learn how to back up Azure Managed Disks using Azure PowerShell.
44
ms.topic: how-to
5-
ms.date: 07/30/2024
5+
ms.date: 04/16/2025
66
ms.custom: devx-track-azurepowershell
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

1111
# Back up Azure Managed Disks using Azure PowerShell
1212

13-
This article explains how to back up [Azure Managed Disk](/azure/virtual-machines/managed-disks-overview) using Azure PowerShell.
13+
This article explains how to back up [Azure Managed Disk](/azure/virtual-machines/managed-disks-overview) using Azure PowerShell. You can also use REST API to [create a Backup policy](backup-azure-dataprotection-use-rest-api-create-update-disk-policy.md) and [configure backup](backup-azure-dataprotection-use-rest-api-backup-disks.md) for Azure Managed Disk.
1414

15-
In this article, you'll learn how to:
16-
17-
- Create a Backup vault
18-
19-
- Create a backup policy
20-
21-
- Configure a backup of an Azure Disk
22-
23-
- Run an on-demand backup job
24-
25-
For information on the Azure Disk backup region availability, supported scenarios and limitations, see the [support matrix](disk-backup-support-matrix.md).
15+
Learn about the [Azure Disk backup region availability, supported scenarios and limitations](disk-backup-support-matrix.md).
2616

2717
## Create a Backup vault
2818

articles/backup/backup-managed-disks.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,17 @@
22
title: Back up Azure Managed Disks
33
description: Learn how to back up Azure Managed Disks from the Azure portal.
44
ms.topic: how-to
5-
ms.date: 01/21/2025
5+
ms.date: 04/16/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

1111
# Back up Azure Managed Disks
1212

13-
This article explains how to back up [Azure Managed Disk](/azure/virtual-machines/managed-disks-overview) from the Azure portal.
13+
This article explains how to back up [Azure Managed Disk](/azure/virtual-machines/managed-disks-overview) from the Azure portal. You can also use REST API to [create a Backup policy](backup-azure-dataprotection-use-rest-api-create-update-disk-policy.md) and [configure backup](backup-azure-dataprotection-use-rest-api-backup-disks.md) for Azure Managed Disk.
1414

15-
In this article, you'll learn how to:
16-
17-
- Create a Backup vault
18-
19-
- Create a backup policy
20-
21-
- Configure a backup of an Azure Disk
22-
23-
- Run an on-demand backup job
24-
25-
For information on the Azure Disk backup region availability, supported scenarios and limitations, see the [support matrix](disk-backup-support-matrix.md).
15+
Learn about the [Azure Disk backup region availability, supported scenarios and limitations](disk-backup-support-matrix.md).
2616

2717
## Create a Backup vault
2818

articles/backup/disk-backup-overview.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of Azure Disk Backup
33
description: Learn about the Azure Disk backup solution.
44
ms.topic: overview
5-
ms.date: 07/30/2024
5+
ms.date: 04/16/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -99,4 +99,10 @@ The number of recovery points is determined by the Backup policy used to configu
9999

100100
## Next steps
101101

102-
[Azure Disk Backup support matrix](disk-backup-support-matrix.md)
102+
[Azure Disk Backup support matrix](disk-backup-support-matrix.md).
103+
104+
## Related content
105+
106+
- [Create a Backup policy for Azure Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-create-update-disk-policy.md).
107+
- [Configure backup for Azure Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-backup-disks.md).
108+
- [Restore Azure Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).

articles/backup/disk-backup-support-matrix.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Disk Backup support matrix
33
description: Provides a summary of support settings and limitations Azure Disk Backup.
44
ms.topic: reference
5-
ms.date: 09/11/2024
5+
ms.date: 04/16/2025
66
ms.custom: references_regions, engagement-fy24
77
ms.service: azure-backup
88
author: jyothisuri
@@ -74,4 +74,10 @@ Azure Disk Backup is available in all public cloud and Sovereign cloud regions.
7474

7575
## Next steps
7676

77-
- [Back up Azure Managed Disks](backup-managed-disks.md)
77+
[Back up Azure Managed Disks](backup-managed-disks.md).
78+
79+
## Related content
80+
81+
- [Create a Backup policy for Azure Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-create-update-disk-policy.md).
82+
- [Configure backup for Azure Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-backup-disks.md).
83+
- [Restore Azure Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).

articles/backup/manage-azure-managed-disks.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage Azure Managed Disks
33
description: Learn about managing Azure Managed Disk from the Azure portal.
44
ms.topic: how-to
5-
ms.date: 01/16/2025
5+
ms.date: 04/16/2025
66
author: jyothisuri
77
ms.author: jsuri
88
ms.service: azure-backup
@@ -168,4 +168,10 @@ To delete a disk backup instance, follow these steps:
168168

169169
## Next steps
170170

171-
[Backup vaults overview](backup-vault-overview.md)
171+
[Troubleshoot Azure Managed Disk backup failures](disk-backup-troubleshoot.md).
172+
173+
## Related content
174+
175+
- [Create a Backup policy for Azure Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-create-update-disk-policy.md).
176+
- [Configure backup for Azure Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-backup-disks.md).
177+
- [Restore Azure Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).

0 commit comments

Comments
 (0)