Skip to content

Commit 58771a4

Browse files
authored
Update cli-ps-findimage.md
1 parent d9b8741 commit 58771a4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ az vm image list --output table
4242
```
4343

4444
The output includes the image URN. You can also use the *UrnAlias*, which is a shortened version created for popular images like *Ubuntu2204*.
45+
The Linux image alias names and their details outputted by this command are:
4546

4647
```output
4748
Architecture Offer Publisher Sku Urn UrnAlias Version
@@ -59,9 +60,22 @@ x64 RHEL RedHat 8-lvm-gen2
5960
x64 sles-15-sp3 SUSE gen2 SUSE:sles-15-sp3:gen2:latest SLES latest
6061
x64 UbuntuServer Canonical 18.04-LTS Canonical:UbuntuServer:18.04-LTS:latest UbuntuLTS latest
6162
x64 0001-com-ubuntu-server-jammy Canonical 22_04-lts-gen2 Canonical:UbuntuServer:22_04-lts-gen2:latest Ubuntu2204 latest
62-
[...]
6363
```
6464

65+
The Windows image alias names and their details outputted by this command are:
66+
67+
```output
68+
Alias Architecture Offer Publisher Sku Urn Version
69+
----------------------- -------------- ---------------------------- ---------------------- ---------------------------------- ------------------------------------------------------------------------------ ---------
70+
Win2022Datacenter x64 WindowsServer MicrosoftWindowsServer 2022-Datacenter MicrosoftWindowsServer:WindowsServer:2022-Datacenter:latest latest
71+
Win2022AzureEditionCore x64 WindowsServer MicrosoftWindowsServer 2022-datacenter-azure-edition-core MicrosoftWindowsServer:WindowsServer:2022-datacenter-azure-edition-core:latest latest
72+
Win2019Datacenter x64 WindowsServer MicrosoftWindowsServer 2019-Datacenter MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest latest
73+
Win2016Datacenter x64 WindowsServer MicrosoftWindowsServer 2016-Datacenter MicrosoftWindowsServer:WindowsServer:2016-Datacenter:latest latest
74+
Win2012R2Datacenter x64 WindowsServer MicrosoftWindowsServer 2012-R2-Datacenter MicrosoftWindowsServer:WindowsServer:2012-R2-Datacenter:latest latest
75+
Win2012Datacenter x64 WindowsServer MicrosoftWindowsServer 2012-Datacenter MicrosoftWindowsServer:WindowsServer:2012-Datacenter:latest latest
76+
```
77+
78+
6579
## Find specific images
6680

6781
You can filter the list of images by `--publisher` or another parameter to limit the results.

0 commit comments

Comments
 (0)