You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-managed-disks-cli.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
title: Back up Azure Managed Disks using Azure CLI
3
3
description: Learn how to back up Azure Managed Disks using Azure CLI.
4
4
ms.topic: how-to
5
-
ms.custom: devx-track-azurecli
6
-
ms.date: 08/25/2023
5
+
ms.custom: devx-track-azurecli, engagement-fy24
6
+
ms.date: 08/20/2024
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-abhmallick
9
9
---
@@ -15,16 +15,6 @@ This article describes how to back up [Azure Managed Disk](../virtual-machines/m
15
15
> [!IMPORTANT]
16
16
> 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.
17
17
18
-
In this article, you'll learn how to:
19
-
20
-
- Create a Backup vault
21
-
22
-
- Create a Backup policy
23
-
24
-
- Configure Backup of an Azure Disk
25
-
26
-
- Run an on-demand backup job
27
-
28
18
For information on the Azure Disk backup region availability, supported scenarios and limitations, see the [support matrix](disk-backup-support-matrix.md).
29
19
30
20
## Create a Backup vault
@@ -487,7 +477,7 @@ Trigger an on-demand backup using the [az dataprotection backup-instance adhoc-b
Track all the jobs using the [az dataprotection job list](/cli/azure/dataprotection/job#az-dataprotection-job-list) command. You can list all jobs and fetch a particular job detail.
493
483
@@ -497,6 +487,6 @@ You can also use Az.ResourceGraph to track all jobs across all Backup vaults. Us
497
487
az dataprotection job list-from-resourcegraph --datasource-type AzureDisk --status Completed
498
488
```
499
489
500
-
## Next steps
490
+
## Next step
501
491
502
492
[Restore Azure Managed Disks using Azure CLI](restore-managed-disks-cli.md)
0 commit comments