Skip to content

Commit d9b8741

Browse files
authored
Update cli-ps-findimage.md
1 parent 60f567a commit d9b8741

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ You can also browse available images and offers using the [Azure Marketplace](ht
2323
A Marketplace image in Azure has the following attributes:
2424

2525
* **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
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.
@@ -41,18 +41,24 @@ You can run the [az vm image list --all](/cli/azure/vm/image) to see all of the
4141
az vm image list --output table
4242
```
4343

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*.
4545

4646
```output
4747
Architecture Offer Publisher Sku Urn UrnAlias Version
4848
-------------- ---------------------------- ---------------------- ---------------------------------- ------------------------------------------------------------------------------ ----------------------- ---------
4949
x64 CentOS OpenLogic 7.5 OpenLogic:CentOS:7.5:latest CentOS latest
50+
x64 CentOS OpenLogic 8_5-gen2 OpenLogic:CentOS:8_5-gen2:latest CentOS85Gen2 latest
5051
x64 debian-10 Debian 10 Debian:debian-10:10:latest Debian latest
52+
x64 Debian11 Debian 11-backports-gen2 Debian:debian-11:11-backports-gen2:latest Debian-11 latest
5153
x64 flatcar-container-linux-free kinvolk stable kinvolk:flatcar-container-linux-free:stable:latest Flatcar latest
54+
x64 flatcar-container-linux-free kinvolk stable-gen2 kinvolk:flatcar-container-linux-free:stable-gen2:latest FlatcarLinuxFreeGen2 latest
5255
x64 opensuse-leap-15-3 SUSE gen2 SUSE:opensuse-leap-15-3:gen2:latest openSUSE-Leap latest
56+
x64 opensuse-leap-15-4 SUSE gen2 SUSE:opensuse-leap-15-4:gen2:latest OpenSuseLeap154Gen2 latest
5357
x64 RHEL RedHat 7-LVM RedHat:RHEL:7-LVM:latest RHEL latest
58+
x64 RHEL RedHat 8-lvm-gen2 RedHat:RHEL:8-lvm-gen2:latest RHELRaw8LVMGen2 latest
5459
x64 sles-15-sp3 SUSE gen2 SUSE:sles-15-sp3:gen2:latest SLES latest
5560
x64 UbuntuServer Canonical 18.04-LTS Canonical:UbuntuServer:18.04-LTS:latest UbuntuLTS latest
61+
x64 0001-com-ubuntu-server-jammy Canonical 22_04-lts-gen2 Canonical:UbuntuServer:22_04-lts-gen2:latest Ubuntu2204 latest
5662
[...]
5763
```
5864

0 commit comments

Comments
 (0)