Skip to content

Commit c548b1b

Browse files
authored
Update managed-disk-from-image-version.md
1 parent 249a097 commit c548b1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/managed-disk-from-image-version.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 10/27/2020
10-
ms.author: cynthn
9+
ms.date: 12/12/2022
10+
ms.author: mattmcinnes
1111
ms.reviewer: olayemio
1212
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1313
ms.devlang: azurecli
@@ -45,7 +45,7 @@ az disk create --resource-group myResourceGroup --location EastUS --name myManag
4545

4646

4747

48-
If you want to export a data disk from the image version, add `--gallery-image-reference-lun` to specify the LUN location of the data disk to export.
48+
If you want to export a data disk from the image version, add `--gallery-image-reference-lun` to specify the LUN location of the data disk to be exported.
4949

5050
In this example, we export the data disk located at LUN 0 of the image version to create a managed disk named *myManagedDataDisk*, in the *EastUS* region, in a resource group named *myResourceGroup*.
5151

0 commit comments

Comments
 (0)