Skip to content

Commit dbc31c3

Browse files
Merge pull request #216324 from v-amallick/Oct-18-2022-Git
Addressed Git issue #99105
2 parents 7cb0fc8 + afdecb2 commit dbc31c3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/backup/tutorial-restore-disk.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - Restore a VM with Azure CLI
33
description: Learn how to restore a disk and create a recover a VM in Azure with Backup and Recovery Services.
44
ms.topic: tutorial
5-
ms.date: 04/25/2022
5+
ms.date: 10/28/2022
66
ms.custom: mvc, devx-track-azurecli
77
author: v-amallick
88
ms.service: backup
@@ -346,9 +346,15 @@ az backup restore restore-disks \
346346
--vault-name myRecoveryServicesVault \
347347
--container-name myVM \
348348
--item-name myVM \
349-
--restore-mode OriginalLocation
349+
--restore-mode OriginalLocation \
350350
--storage-account mystorageaccount \
351-
--rp-name myRecoveryPointName \
351+
352+
--target-resource-group "Target_RG" \
353+
--rp-name myRecoveryPointName \
354+
--target-vm-name "TargetVirtualMachineName" \
355+
--target-vnet-name "Target_VNet" \
356+
--target-vnet-resource-group "Target_VNet_RG" \
357+
--target-subnet-name "targetSubNet"
352358
```
353359

354360
```output

0 commit comments

Comments
 (0)