Skip to content

Commit 50982d4

Browse files
Merge pull request #284965 from AbhishekMallick-MS/Aug-19-2024-Freshness1
Freshness - Back up disk
2 parents e0513a6 + 91cf531 commit 50982d4

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
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
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
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
@@ -15,16 +15,6 @@ This article describes how to back up [Azure Managed Disk](../virtual-machines/m
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-
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-
2818
For information on the Azure Disk backup region availability, supported scenarios and limitations, see the [support matrix](disk-backup-support-matrix.md).
2919

3020
## Create a Backup vault
@@ -487,7 +477,7 @@ Trigger an on-demand backup using the [az dataprotection backup-instance adhoc-b
487477
az dataprotection backup-instance adhoc-backup --name "diskrg-CLITestDisk-3df6ac08-9496-4839-8fb5-8b78e594f166" --rule-name "BackupDaily" --resource-group "000pikumar" --vault-name "PratikPrivatePreviewVault1" --retention-tag-override "default"
488478
```
489479

490-
## Tracking jobs
480+
## Track jobs
491481

492482
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.
493483

@@ -497,6 +487,6 @@ You can also use Az.ResourceGraph to track all jobs across all Backup vaults. Us
497487
az dataprotection job list-from-resourcegraph --datasource-type AzureDisk --status Completed
498488
```
499489

500-
## Next steps
490+
## Next step
501491

502492
[Restore Azure Managed Disks using Azure CLI](restore-managed-disks-cli.md)

0 commit comments

Comments
 (0)