File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ az vm image list --output table
42
42
```
43
43
44
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
+ The Linux image alias names and their details outputted by this command are:
45
46
46
47
``` output
47
48
Architecture Offer Publisher Sku Urn UrnAlias Version
@@ -59,9 +60,22 @@ x64 RHEL RedHat 8-lvm-gen2
59
60
x64 sles-15-sp3 SUSE gen2 SUSE:sles-15-sp3:gen2:latest SLES latest
60
61
x64 UbuntuServer Canonical 18.04-LTS Canonical:UbuntuServer:18.04-LTS:latest UbuntuLTS latest
61
62
x64 0001-com-ubuntu-server-jammy Canonical 22_04-lts-gen2 Canonical:UbuntuServer:22_04-lts-gen2:latest Ubuntu2204 latest
62
- [...]
63
63
```
64
64
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
+
65
79
## Find specific images
66
80
67
81
You can filter the list of images by ` --publisher ` or another parameter to limit the results.
You can’t perform that action at this time.
0 commit comments