Skip to content

Commit 9bb8afb

Browse files
authored
Update marketplace-images.md
Changing some phrasing (Acrolinx)
1 parent 8594e35 commit 9bb8afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/marketplace-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 while 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 and 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)