You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/cli-ps-findimage.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ You can also browse available images and offers using the [Azure Marketplace](ht
23
23
A Marketplace image in Azure has the following attributes:
24
24
25
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: UbuntuServer, RHEL, sles-12-sp5
27
-
***SKU**: An instance of an offer, such as a major release of a distribution. Examples: 18.04-LTS, 7_9, gen2
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
28
28
***Version**: The version number of an image SKU.
29
29
30
30
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.
@@ -41,18 +41,24 @@ You can run the [az vm image list --all](/cli/azure/vm/image) to see all of the
41
41
az vm image list --output table
42
42
```
43
43
44
-
The output includes the image URN. You can also use the *UrnAlias*, which is a shortened version created for popular images like *UbuntuLTS*.
44
+
The output includes the image URN. You can also use the *UrnAlias*, which is a shortened version created for popular images like *Ubuntu2204*.
45
45
46
46
```output
47
47
Architecture Offer Publisher Sku Urn UrnAlias Version
0 commit comments