Skip to content

Commit 93c83c7

Browse files
Merge pull request #249357 from AbhishekMallick-MS/Aug-25-2023-DiskCLI
Disk manage - CLI tag updates
2 parents f295685 + bf8231b commit 93c83c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
6-
ms.date: 08/14/2023
6+
ms.date: 08/25/2023
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
@@ -454,7 +454,7 @@ az dataprotection backup-instance list-from-resourcegraph --datasource-type Azur
454454
]
455455
```
456456

457-
You can specify a rule and tagname while triggering backup. To view the rules in policy, look through the policy JSON. In the below example, the rule with the name BackupDaily, and tag name "default" is displayed and we'll use that rule for the on-demand backup.
457+
You can specify a rule and tagname while triggering backup. To view the rules in policy, look through the policy JSON. In the following example, the rule with the name `"BackupDaily"`, and tag name `"default"` is displayed, and we'll use that rule for the on-demand backup.
458458

459459
```json
460460
"name": "BackupDaily",

0 commit comments

Comments
 (0)