Skip to content

Commit 4e3c1b7

Browse files
Page views - Az Disk backup articles relocation from landing page - 12 articles
1 parent 7cc673b commit 4e3c1b7

12 files changed

Lines changed: 28 additions & 20 deletions

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

Lines changed: 2 additions & 2 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: 06/11/2025
5+
ms.date: 02/13/2026
66
ms.assetid: 6050a941-89d7-4b27-9976-69898cc34cde
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -16,7 +16,7 @@ This article describes how to manage backups for Azure Disks via REST API.
1616

1717
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.
1818

19-
For information on the Azure Disk backup region availability, supported scenarios and limitations, see the [support matrix](disk-backup-support-matrix.md).
19+
For information on the Azure Disk backup region availability, supported scenarios and limitations, see the [support matrix](disk-backup-support-matrix.md). For common questions, see the [frequently asked questions](disk-backup-faq.yml).
2020

2121
## Prerequisites
2222

articles/backup/backup-azure-dataprotection-use-rest-api-create-update-disk-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create backup policies for disks using data protection REST API
33
description: In this article, you'll learn how to create and manage backup policies for disks using REST API.
44
ms.topic: how-to
5-
ms.date: 08/25/2025
5+
ms.date: 02/13/2026
66
ms.assetid: ecc107c0-311c-42d0-a094-654d7ee30443
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -19,7 +19,7 @@ Azure Disk Backup offers a turnkey solution that provides snapshot lifecycle man
1919

2020
The backup policy helps to govern the retention and schedule of your backups. The backup policy offers multiple backups per day. You can reuse the backup policy to configure backup for multiple Azure Disks to a vault or [create a backup policy for an Azure Recovery Services vault using REST API](/rest/api/dataprotection/backup-policies/create-or-update).
2121

22-
To create a policy for backing up disks, perform the following actions:
22+
To view the supported Azure Disk backup and restore scenarios, region availability, and limitations, see the [support matrix](disk-backup-support-matrix.md). For common questions, see the [frequently asked questions](disk-backup-faq.yml).
2323

2424
## Create a policy
2525

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore Azure Disks using Azure Data Protection REST API
33
description: In this article, learn how to restore Azure Disks using Azure Data protection REST API.
44
ms.topic: how-to
5-
ms.date: 08/28/2025
5+
ms.date: 02/13/2026
66
ms.assetid: 30f4e7ff-2a55-4a85-be44-55feedc24607
77
ms.custom: engagement-fy24
88
author: AbhishekMallick-MS
@@ -20,6 +20,8 @@ Azure Disk Backup offers a turnkey solution that provides snapshot lifecycle man
2020
>- Currently, the Original-Location Recovery (OLR) option to restore by replacing the existing source disk (from where the backups were taken) isn't supported.
2121
>- You can restore from a recovery point to create a new disk in the same resource group of the source disk or in any other resource group. It's known as Alternate-Location Recovery (ALR).
2222
23+
To view the supported Azure Disk backup and restore scenarios, region availability, and limitations, see the [support matrix](disk-backup-support-matrix.md). For common questions, see the [frequently asked questions](disk-backup-faq.yml).
24+
2325
## Prerequisites
2426

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article describes how to back up [Azure Managed Disk](/azure/virtual-machin
1616
> [!IMPORTANT]
1717
> 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.
1818
19-
Learn about the [Azure Disk backup region availability, supported scenarios and limitations](disk-backup-support-matrix.md).
19+
Learn about the [Azure Disk backup region availability, supported scenarios and limitations](disk-backup-support-matrix.md). For common questions, see the [frequently asked questions](disk-backup-faq.yml).
2020

2121
>[!Note]
2222
>- If the target disk is attached as a Persistent Volume to an AKS cluster, choose [Azure Backup for AKS](./azure-kubernetes-service-cluster-backup.md) over the standalone Disk Backup solution. It enables backing up the disk as snapshots along with the containerized application in a Kubernetes-aware manner, all as a single unit. Additionally, you get Cross Region Restore and ransomware protection capabilities with AKS Backup.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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: 08/25/2025
5+
ms.date: 02/13/2026
66
ms.custom: devx-track-azurepowershell
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -13,7 +13,7 @@ ms.author: v-mallicka
1313

1414
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.
1515

16-
Learn about the [Azure Disk backup region availability, supported scenarios and limitations](disk-backup-support-matrix.md).
16+
Learn about the [Azure Disk backup region availability, supported scenarios and limitations](disk-backup-support-matrix.md). For common questions, see the [frequently asked questions](disk-backup-faq.yml).
1717

1818
>[!Note]
1919
>- If the target disk is attached as a Persistent Volume to an AKS cluster, choose [Azure Backup for AKS](./azure-kubernetes-service-cluster-backup.md) over the standalone Disk Backup solution. It enables backing up the disk as snapshots along with the containerized application in a Kubernetes-aware manner, all as a single unit. Additionally, you get Cross Region Restore and ransomware protection capabilities with AKS Backup.

articles/backup/backup-managed-disks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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/29/2026
5+
ms.date: 02/13/2026
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -13,7 +13,7 @@ ms.author: v-mallicka
1313

1414
This article describes how to back up [Azure Disk](/azure/virtual-machines/managed-disks-overview) using 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.
1515

16-
Learn about the [Azure Disk backup region availability, supported scenarios, and limitations](disk-backup-support-matrix.md).
16+
To view the supported Azure Disk backup and restore scenarios, region availability, and limitations, see the [support matrix](disk-backup-support-matrix.md). For common questions, see the [frequently asked questions](disk-backup-faq.yml).
1717

1818
>[!Note]
1919
>If the target disk is attached as a Persistent Volume to an AKS cluster, choose [Azure Backup for AKS](./azure-kubernetes-service-cluster-backup.md) over the standalone Disk Backup solution. It enables backing up the disk as snapshots along with the containerized application in a Kubernetes-aware manner, all as a single unit. Additionally, you get Cross Region Restore and ransomware protection capabilities with AKS Backup.

articles/backup/disk-backup-overview.md

Lines changed: 3 additions & 1 deletion
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: 01/30/2026
5+
ms.date: 02/13/2026
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -22,6 +22,8 @@ Azure Disk Backup is integrated into Resiliency, which provides a **single unifi
2222
>[!Note]
2323
>- If the target disk is attached as a Persistent Volume to an AKS cluster, choose [Azure Backup for AKS](./azure-kubernetes-service-cluster-backup.md) over the standalone Disk Backup solution. It enables backing up the disk as snapshots along with the containerized application in a Kubernetes-aware manner, all as a single unit. Additionally, you get Cross Region Restore and ransomware protection capabilities with AKS Backup.
2424
25+
To view the supported Azure Disk backup and restore scenarios, see the [support matrix](disk-backup-support-matrix.md). For common questions, see the [frequently asked questions](disk-backup-faq.yml).
26+
2527
## Key benefits of Disk Backup
2628

2729
Azure Disk backup is an agentless and crash consistent solution that uses [incremental snapshots](/azure/virtual-machines/disks-incremental-snapshots) and offers the following advantages:

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

Lines changed: 3 additions & 1 deletion
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: 08/25/2025
5+
ms.date: 02/13/2026
66
ms.custom: references_regions, engagement-fy24
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -14,6 +14,8 @@ ms.author: v-mallicka
1414

1515
You can use [Azure Backup](./backup-overview.md) to protect Azure Disks. This article summarizes region availability, supported scenarios, and limitations.
1616

17+
For common questions, see the [frequently asked questions](disk-backup-faq.yml).
18+
1719
## Supported regions
1820

1921
Azure Disk Backup is available in all public cloud and Sovereign cloud regions.

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

Lines changed: 2 additions & 1 deletion
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/30/2026
5+
ms.date: 02/13/2026
66
author: AbhishekMallick-MS
77
ms.author: v-mallicka
88
ms.service: azure-backup
@@ -14,6 +14,7 @@ ms.custom: engagement-fy24
1414

1515
This article describes how to manage Azure Managed Disk using the Azure portal.
1616

17+
To view the supported Azure Disk backup and restore scenarios, region availability, and limitations, see the [support matrix](disk-backup-support-matrix.md). For common questions, see the [frequently asked questions](disk-backup-faq.yml).
1718

1819
## Change policy
1920

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Restore Azure Managed Disks via Azure CLI
33
description: Learn how to restore Azure Managed Disks using Azure CLI.
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli
6-
ms.date: 08/28/2025
6+
ms.date: 02/13/2026
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
99
# Customer intent: "As a cloud administrator, I want to restore Azure Managed Disks using Azure CLI commands, so that I can efficiently recover data from backups to new disks in my chosen resource groups."
@@ -20,6 +20,8 @@ Currently, the Original-Location Recovery (OLR) option of restoring by replacing
2020

2121
Here, let's use an existing Backup vault _TestBkpVault_, under the resource group _testBkpVaultRG_ in the examples.
2222

23+
To view the supported Azure Disk backup and restore scenarios, region availability, and limitations, see the [support matrix](disk-backup-support-matrix.md). For common questions, see the [frequently asked questions](disk-backup-faq.yml).
24+
2325
## Restore to create a new disk
2426

2527
### Setting up permissions

0 commit comments

Comments
 (0)