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/generation-2.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,13 @@ Generation 1 VMs are supported by all VM sizes in Azure (except for Mv2-series V
30
30
*[HB-series](../hb-series.md)
31
31
*[HC-series](../hc-series.md)
32
32
*[Ls-series](https://docs.microsoft.com/azure/virtual-machines/linux/sizes-previous-gen#ls-series) and [Lsv2-series](../lsv2-series.md)
33
-
*[Mv2-series](../mv2-series.md)
33
+
*[M-series](../m-series.md)
34
+
*[Mv2-series](../mv2-series.md)<sup>1</sup>
34
35
*[NCv2-series](../ncv2-series.md) and [NCv3-series](../ncv3-series.md)
35
36
*[ND-series](../nd-series.md)
36
37
*[NVv3-series](../nvv3-series.md)
37
38
38
-
> [!NOTE]
39
-
> The usage of generation 2 VM images for Mv2-series VMs is generally available since the Mv2-series works with generation 2 VM images exclusively. Generation 1 VM images are not supported on Mv2-series VMs.
39
+
<sup>1</sup> Mv2-series does not support Generation 1 VM images and only support a subset of Generation 2 images. Please see [Mv2-series documentation](https://docs.microsoft.com/azure/virtual-machines/mv2-series) for details.
40
40
41
41
## Generation 2 VM images in Azure Marketplace
42
42
@@ -117,12 +117,6 @@ For example, use the following PowerShell cmdlet to get a list of the SKUs in th
Alternatively, you can use the Azure CLI to see any available generation 2 images, listed by **Publisher**.
121
-
122
-
```azurecli
123
-
az vm image list --publisher Canonical --sku gen2 --output table --all
124
-
```
125
-
126
120
If you're creating a VM with Windows Server 2012 as the OS, then you will select either the generation 1 (BIOS) or generation 2 (UEFI) VM SKU, which look like this:
127
121
128
122
```powershell
@@ -132,6 +126,14 @@ If you're creating a VM with Windows Server 2012 as the OS, then you will select
132
126
133
127
See the [Features and capabilities](#features-and-capabilities) section for a current list of supported Marketplace images.
134
128
129
+
#### Azure CLI
130
+
131
+
Alternatively, you can use the Azure CLI to see any available generation 2 images, listed by **Publisher**.
132
+
133
+
```azurecli
134
+
az vm image list --publisher Canonical --sku gen2 --output table --all
135
+
```
136
+
135
137
### Managed image or managed disk
136
138
137
139
You can create a generation 2 VM from a managed image or managed disk in the same way you would create a generation 1 VM.
Alternatively, you can use the Azure CLI to see any available generation 2 images, listed by **Publisher**.
127
-
128
-
```azurecli
129
-
az vm image list --publisher Canonical --sku gen2 --output table --all
130
-
```
131
-
132
126
If you're creating a VM with Windows Server 2012 as the OS, then you will select either the generation 1 (BIOS) or generation 2 (UEFI) VM SKU, which looks like this:
133
127
134
128
```powershell
@@ -138,6 +132,14 @@ If you're creating a VM with Windows Server 2012 as the OS, then you will select
138
132
139
133
See the [Features and capabilities](#features-and-capabilities) section for a current list of supported Marketplace images.
140
134
135
+
#### Azure CLI
136
+
137
+
Alternatively, you can use the Azure CLI to see any available generation 2 images, listed by **Publisher**.
138
+
139
+
```azurecli
140
+
az vm image list --publisher Canonical --sku gen2 --output table --all
141
+
```
142
+
141
143
### Managed image or managed disk
142
144
143
145
You can create a generation 2 VM from a managed image or managed disk in the same way you would create a generation 1 VM.
0 commit comments