Skip to content

Commit 02b054c

Browse files
Merge pull request #301183 from AbhishekMallick01/Jun-11-2025-Incubation
Incubation <50 visitors - Restore Disk backups using PS and CLI
2 parents 274f929 + d542261 commit 02b054c

9 files changed

+18
-18
lines changed

articles/backup/back-up-managed-disks-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Back up Azure Managed Disks using Azure Backup
33
description: In this tutorial, learn how to back up Azure Managed Disks from the Azure portal.
44
ms.topic: tutorial
5-
ms.date: 06/11/2024
5+
ms.date: 06/11/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -197,4 +197,4 @@ To run an on-demand disk backup, follow these steps:
197197

198198
## Next step
199199

200-
- [Restore Azure Managed Disks](restore-managed-disks.md)
200+
- Restore Managed Disk using [Azure portal](restore-managed-disks.md), [Azure PowerShell](restore-managed-disks-ps.md), [Azure CLI](restore-managed-disks-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).

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: 04/16/2025
5+
ms.date: 06/11/2025
66
ms.assetid: 6050a941-89d7-4b27-9976-69898cc34cde
77
author: jyothisuri
88
ms.author: jsuri
@@ -509,7 +509,7 @@ GET "https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
509509

510510
## Next steps
511511

512-
[Restore data from an Azure Disk backup](backup-azure-arm-userestapi-restoreazurevms.md)
512+
Restore Managed Disk using [Azure portal](restore-managed-disks.md), [Azure PowerShell](restore-managed-disks-ps.md), [Azure CLI](restore-managed-disks-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).
513513

514514
For more information on the Azure Backup REST APIs, see the following articles:
515515

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

Lines changed: 2 additions & 2 deletions
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: 02/09/2025
5+
ms.date: 06/11/2025
66
ms.assetid: 30f4e7ff-2a55-4a85-be44-55feedc24607
77
ms.custom: engagement-fy24
88
author: jyothisuri
@@ -11,7 +11,7 @@ ms.author: jsuri
1111

1212
# Restore Azure Disks using Azure Data Protection REST API
1313

14-
This article describes how to restore and create a new [Azure Disks](disk-backup-overview.md) using Azure Backup.
14+
This article describes how to restore and create a new [Azure Disks](disk-backup-overview.md) by Azure Backup using REST API. You can also restore Managed Disk using [Azure portal](restore-managed-disks.md), [Azure PowerShell](restore-managed-disks-ps.md), [Azure CLI](restore-managed-disks-cli.md).
1515

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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: 04/23/2025
6+
ms.date: 06/11/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
@@ -496,7 +496,7 @@ az dataprotection job list-from-resourcegraph --datasource-type AzureDisk --stat
496496

497497
## Next steps
498498

499-
[Restore Azure Managed Disks using Azure CLI](restore-managed-disks-cli.md).
499+
Restore Managed Disk using [Azure portal](restore-managed-disks.md), [Azure PowerShell](restore-managed-disks-ps.md), [Azure CLI](restore-managed-disks-cli.md).
500500

501501
## Related content
502502

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: 04/23/2025
5+
ms.date: 06/11/2025
66
ms.custom: devx-track-azurepowershell
77
author: jyothisuri
88
ms.author: jsuri
@@ -255,7 +255,7 @@ You can also use Az.ResourceGraph to track all jobs across all backup vaults. Us
255255

256256
## Next steps
257257

258-
[Restore Azure Managed Disks using Azure PowerShell](restore-managed-disks-ps.md).
258+
Restore Managed Disk using [Azure portal](restore-managed-disks.md), [Azure PowerShell](restore-managed-disks-ps.md), [Azure CLI](restore-managed-disks-cli.md).
259259

260260
## Related content
261261

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: 04/23/2025
5+
ms.date: 06/11/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -225,7 +225,7 @@ The Azure Backup service creates a job for scheduled backups or if you trigger o
225225

226226
## Next steps
227227

228-
[Restore Azure Managed Disks](restore-managed-disks.md).
228+
Restore Managed Disk using [Azure portal](restore-managed-disks.md), [Azure PowerShell](restore-managed-disks-ps.md), [Azure CLI](restore-managed-disks-cli.md).
229229

230230
## Related content
231231

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ 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: 04/23/2025
6+
ms.date: 06/11/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

1111
# Restore Azure Managed Disks using Azure CLI
1212

13-
This article describes how to restore [Azure Managed Disks](/azure/virtual-machines/managed-disks-overview) from a restore point created by Azure Backup using Azure CLI. You can also [restore Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).
13+
This article describes how to restore [Azure Managed Disks](/azure/virtual-machines/managed-disks-overview) from a restore point created by Azure Backup using Azure CLI. You can also restore Managed Disk using [Azure portal](restore-managed-disks.md), [Azure PowerShell](restore-managed-disks-ps.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).
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.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Restore Azure Managed Disks via Azure PowerShell
33
description: Learn how to restore Azure Managed Disks using Azure PowerShell.
44
ms.topic: how-to
55
ms.custom: devx-track-azurepowershell
6-
ms.date: 04/23/2025
6+
ms.date: 06/11/2025
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

1111
# Restore Azure Managed Disks using Azure PowerShell
1212

13-
This article describes how to restore [Azure Managed Disks](/azure/virtual-machines/managed-disks-overview) from a restore point created by Azure Backup. You can also [restore Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).
13+
This article describes how to restore [Azure Managed Disks](/azure/virtual-machines/managed-disks-overview) from a restore point created by Azure Backup. You can also restore Managed Disk using [Azure portal](restore-managed-disks.md), [Azure CLI](restore-managed-disks-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).
1414

1515
Currently, the Original-Location Recovery (OLR) option of restoring by replacing existing the source disk from where the backups were taken isn't supported. You can restore from a recovery point to create a new disk either in the same resource group as that of the source disk from where the backups were taken or in any other resource group. This is known as Alternate-Location Recovery (ALR) and this helps to keep both the source disk and the restored (new) disk.
1616

articles/backup/restore-managed-disks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Restore Azure Managed Disks
33
description: Learn how to restore Azure Managed Disks from the Azure portal.
44
ms.topic: how-to
5-
ms.date: 04/23/2025
5+
ms.date: 06/11/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
99

1010
# Restore Azure Managed Disks
1111

12-
This article describes how to restore [Azure Managed Disks](/azure/virtual-machines/managed-disks-overview) from a restore point created by Azure Backup. You can also [restore Managed Disk using REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).
12+
This article describes how to restore [Azure Managed Disks](/azure/virtual-machines/managed-disks-overview) from a restore point created by Azure Backup. You can also restore Managed Disk using [Azure PowerShell](restore-managed-disks-ps.md), [Azure CLI](restore-managed-disks-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-disks.md).
1313

1414
Currently, the Original-Location Recovery (OLR) option of restoring by replacing existing the source disk from where the backups were taken isn't supported. You can restore from a recovery point to create a new disk either in the same resource group as that of the source disk from where the backups were taken or in any other resource group. This is known as Alternate-Location Recovery (ALR) and this helps to keep both the source disk and the restored (new) disk.
1515

0 commit comments

Comments
 (0)