Skip to content

Commit 7e2a362

Browse files
authored
Update cli-ps-findimage.md
1 parent 3da33db commit 7e2a362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/linux/cli-ps-findimage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ You can also browse available images and offers using the [Azure Marketplace](ht
2222

2323
A Marketplace image in Azure has the following attributes:
2424

25-
* **Publisher**: The organization that created the image. Examples: Canonical, RedHat, SUSE
26-
* **Offer**: The name of a group of related images created by a publisher. Examples: Canonical, RHEL, sles-15-sp3
27-
* **SKU**: An instance of an offer, such as a major release of a distribution. Examples: 22_04-lts-gen2, 8-lvm-gen2, gen2
25+
* **Publisher**: The organization that created the image. Examples: Canonical, RedHat, SUSE.
26+
* **Offer**: The name of a group of related images created by a publisher. Examples: 0001-com-ubuntu-server-jammy, RHEL, sles-15-sp3.
27+
* **SKU**: An instance of an offer, such as a major release of a distribution. Examples: 22_04-lts-gen2, 8-lvm-gen2, gen2.
2828
* **Version**: The version number of an image SKU.
2929

3030
These values can be passed individually or as an image *URN*, combining the values separated by the colon (:). For example: *Publisher*:*Offer*:*Sku*:*Version*. You can replace the version number in the URN with `latest` to use the latest version of the image.

0 commit comments

Comments
 (0)