Skip to content

Commit 56106b5

Browse files
Merge pull request #284943 from AbhishekMallick-MS/Aug-19-2024-EEE
Addressed EEE doc ask #26094770
2 parents 2804241 + 813fcd6 commit 56106b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/selective-disk-backup-restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Selective disk backup and restore for Azure virtual machines
33
description: In this article, learn about selective disk backup and restore using the Azure virtual machine backup solution.
44
ms.topic: how-to
5-
ms.date: 10/16/2023
5+
ms.date: 08/21/2024
66
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell, engagement-fy24
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -92,7 +92,7 @@ az backup protection enable-for-vm --resource-group {resourcegroup} --vault-name
9292
### Backup only OS disk during modify protection with Azure CLI
9393

9494
```azurecli
95-
az backup protection update-for-vm --resource-group {resourcegroup} --vault-name {vaultname} -c {vmname} -i {vmname} --backup-management-type AzureIaasVM --exclude-all-data-disks
95+
az backup protection update-for-vm --vault-name MyVault --resource-group MyResourceGroup --container-name MyContainer --item-name MyItem --disk-list-setting exclude --diskslist 1.
9696
```
9797

9898
### Restore disks with Azure CLI

0 commit comments

Comments
 (0)