Skip to content

Commit 3eb5c73

Browse files
Merge pull request #220493 from mattmcinnes/patch-26
Freshness Update to marketplace-images.md
2 parents c2ece51 + 9bb8afb commit 3eb5c73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/marketplace-images.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 07/07/2020
9+
ms.date: 12/5/2022
1010
ms.author: saraic
11-
ms.reviewer: cynthn
11+
ms.reviewer: mattmcinnes
1212
ms.custom: devx-track-azurepowershell
1313

1414
---
@@ -17,7 +17,7 @@ ms.custom: devx-track-azurepowershell
1717

1818
**Applies to:** :heavy_check_mark: Linux VMs :heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets :heavy_check_mark: Uniform scale sets
1919

20-
If you are creating an image in a shared gallery, using a source that was originally created from an Azure Marketplace image, you may need to keep track of purchase plan information. This article shows how to find purchase plan information for a VM, then use that information when creating an image definition. We also cover using the information from the image definition to simplify supplying the purchase plan information when creating a VM for an image.
20+
If you're creating an image in a shared gallery using an Azure Marketplace image source, you'll likely need to track purchase plan information. This article shows you how to find purchase plan information for a VM when creating an image definition. We also cover using this information to simplify supplying the purchase plan information when creating a VM for an image.
2121

2222
For more information about finding and using Marketplace images, see [Find and use Azure Marketplace images](./windows/cli-ps-findimage.md).
2323

@@ -40,7 +40,7 @@ Get the gallery you want to use to store the image. You can list all of the gall
4040
Get-AzResource -ResourceType Microsoft.Compute/galleries | Format-Table
4141
```
4242

43-
Then create variables for the gallery you want to use. In this example, we are creating a variable named `$gallery` for *myGallery* in the *myGalleryRG* resource group.
43+
Then create variables for the gallery you want to use. In this example, we're creating a variable named `$gallery` for *myGallery* in the *myGalleryRG* resource group.
4444

4545
```azurepowershell-interactive
4646
$gallery = Get-AzGallery `

0 commit comments

Comments
 (0)