Skip to content

Commit dfde1ca

Browse files
Merge pull request #277519 from roygara/fixSnaps
Addressing GitHub feedback.
2 parents fb31e6a + dfb15b5 commit dfde1ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/disks-copy-incremental-snapshot-across-regions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to copy an incremental snapshot of a managed disk to a di
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 04/10/2023
7+
ms.date: 06/06/2024
88
ms.author: rogarana
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
ms.devlang: azurecli
@@ -39,7 +39,7 @@ The following script copies an incremental snapshot from one region to another:
3939
subscriptionId=<yourSubscriptionID>
4040
resourceGroupName=<yourResourceGroupName>
4141
targetSnapshotName=<name>
42-
sourceSnapshotResourceId=<sourceSnapshotResourceId>
42+
sourceSnapshotName=<name>
4343
targetRegion=<validRegion>
4444
4545
sourceSnapshotId=$(az snapshot show -n $sourceSnapshotName -g $resourceGroupName --query [id] -o tsv)

0 commit comments

Comments
 (0)