Skip to content

Commit 9a5fa76

Browse files
committed
Moving SUSE info temporarily
1 parent 3870e7e commit 9a5fa76

File tree

2 files changed

+40
-42
lines changed

2 files changed

+40
-42
lines changed

articles/virtual-machines/linux/generation-2.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ Generation 1 VMs are supported by all VM sizes in Azure. Azure now offers Genera
4141
* [Ls-series](https://docs.microsoft.com/azure/virtual-machines/linux/sizes-previous-gen#ls-series) and [Lsv2-series](https://docs.microsoft.com/azure/virtual-machines/linux/sizes-storage#lsv2-series)
4242
* [Mv2-series](https://docs.microsoft.com/azure/virtual-machines/linux/sizes-memory#mv2-series)
4343

44-
To learn how to find and create SUSE Linux images on Mv2-series VMs, see the [Find a SUSE image](#find-a-suse-image) section.
45-
4644
## Generation 2 VM images in Azure Marketplace
4745

4846
Generation 2 VMs support the following Azure Marketplace images:
@@ -102,45 +100,6 @@ Currently, the following Windows generation 2 images are published in the Azure
102100

103101
See the capabilities section for a list of supported marketplace images as we will continue adding additional images that support generation 2.
104102

105-
#### Find a SUSE image
106-
107-
To select an appropriate SUSE Linux image in the Azure portal:
108-
109-
1. In the Azure portal, select **Create a resource**
110-
1. Search for “SUSE SAP”
111-
1. SLES for SAP generation 2 images are available as either pay-as-you-go, or bring your own subscription (BYOS). In the search results, expand the desired image category:
112-
113-
* SUSE Linux Enterprise Server (SLES) for SAP
114-
* SUSE Linux Enterprise Server (SLES) for SAP (BYOS)
115-
116-
1. SUSE images compatible with the Mv2-series are prefixed with the name `GEN2:`. The following SUSE images are available for Mv2-series VMs:
117-
118-
* GEN2: SUSE Linux Enterprise Server (SLES) 12 SP4 for SAP Applications
119-
* GEN2: SUSE Linux Enterprise Server (SLES) 15 for SAP Applications
120-
* GEN2: SUSE Linux Enterprise Server (SLES) 12 SP4 for SAP Applications (BYOS)
121-
* GEN2: SUSE Linux Enterprise Server (SLES) 15 for SAP Applications (BYOS)
122-
123-
#### Select a SUSE image via Azure CLI
124-
125-
To see a list of the currently available SLES for SAP image for Mv2-series VMs, use the following [`az vm image list`](https://docs.microsoft.com/cli/azure/vm/image?view=azure-cli-latest#az-vm-image-list) command:
126-
127-
```azurecli
128-
az vm image list --output table --publisher SUSE --sku gen2 --all
129-
```
130-
131-
The command outputs the currently available Generation 2 VMs available from SUSE for Mv2-series VMs.
132-
133-
Example output:
134-
135-
```
136-
Offer Publisher Sku Urn Version
137-
------------- --------- ----------- ----------------------------------------- ----------
138-
SLES-SAP SUSE gen2-12-sp4 SUSE:SLES-SAP:gen2-12-sp4:2019.05.13 2019.05.13
139-
SLES-SAP SUSE gen2-15 SUSE:SLES-SAP:gen2-15:2019.05.13 2019.05.13
140-
SLES-SAP-BYOS SUSE gen2-12-sp4 SUSE:SLES-SAP-BYOS:gen2-12-sp4:2019.05.13 2019.05.13
141-
SLES-SAP-BYOS SUSE gen2-15 SUSE:SLES-SAP-BYOS:gen2-15:2019.05.13 2019.05.13
142-
```
143-
144103
### Managed image or managed disk
145104

146105
Generation 2 VMs can be created from managed image or managed disk in the same way you would create a generation 1 VM.

includes/virtual-machines-common-sizes-memory.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,46 @@ Mv2-series VM’s feature Intel® Hyper-Threading Technology
104104

105105
<sup>1</sup> These large VMs require one of these supported guest OSes: Windows Server 2016, Windows Server 2019, SLES 12 SP4, SLES 15.
106106

107-
<sup>2</sup> Mv2-series VMs are generation 2 only. If you're using Linux, learn more about selecting a SUSE image at [Generation 2 VMs on Azure](../articles/virtual-machines/linux/generation-2.md#find-a-suse-image).
107+
<sup>2</sup> Mv2-series VMs are generation 2 only. If you're using Linux, see the following section for how to find and select a SUSE Linux image.
108+
109+
#### Find a SUSE image
110+
111+
To select an appropriate SUSE Linux image in the Azure portal:
112+
113+
1. In the Azure portal, select **Create a resource**
114+
1. Search for “SUSE SAP”
115+
1. SLES for SAP generation 2 images are available as either pay-as-you-go, or bring your own subscription (BYOS). In the search results, expand the desired image category:
116+
117+
* SUSE Linux Enterprise Server (SLES) for SAP
118+
* SUSE Linux Enterprise Server (SLES) for SAP (BYOS)
119+
120+
1. SUSE images compatible with the Mv2-series are prefixed with the name `GEN2:`. The following SUSE images are available for Mv2-series VMs:
121+
122+
* GEN2: SUSE Linux Enterprise Server (SLES) 12 SP4 for SAP Applications
123+
* GEN2: SUSE Linux Enterprise Server (SLES) 15 for SAP Applications
124+
* GEN2: SUSE Linux Enterprise Server (SLES) 12 SP4 for SAP Applications (BYOS)
125+
* GEN2: SUSE Linux Enterprise Server (SLES) 15 for SAP Applications (BYOS)
126+
127+
#### Select a SUSE image via Azure CLI
128+
129+
To see a list of the currently available SLES for SAP image for Mv2-series VMs, use the following [`az vm image list`](https://docs.microsoft.com/cli/azure/vm/image?view=azure-cli-latest#az-vm-image-list) command:
130+
131+
```azurecli
132+
az vm image list --output table --publisher SUSE --sku gen2 --all
133+
```
134+
135+
The command outputs the currently available Generation 2 VMs available from SUSE for Mv2-series VMs.
136+
137+
Example output:
138+
139+
```
140+
Offer Publisher Sku Urn Version
141+
------------- --------- ----------- ----------------------------------------- ----------
142+
SLES-SAP SUSE gen2-12-sp4 SUSE:SLES-SAP:gen2-12-sp4:2019.05.13 2019.05.13
143+
SLES-SAP SUSE gen2-15 SUSE:SLES-SAP:gen2-15:2019.05.13 2019.05.13
144+
SLES-SAP-BYOS SUSE gen2-12-sp4 SUSE:SLES-SAP-BYOS:gen2-12-sp4:2019.05.13 2019.05.13
145+
SLES-SAP-BYOS SUSE gen2-15 SUSE:SLES-SAP-BYOS:gen2-15:2019.05.13 2019.05.13
146+
```
108147

109148
## M-series
110149

0 commit comments

Comments
 (0)