|
5 | 5 | author: jonbeck7
|
6 | 6 | ms.service: virtual-machines
|
7 | 7 | ms.topic: include
|
8 |
| - ms.date: 05/13/2019 |
| 8 | + ms.date: 05/16/2019 |
9 | 9 | ms.author: azcspmt;jonbeck;cynthn
|
10 | 10 | ms.custom: include file
|
11 | 11 | ---
|
@@ -93,15 +93,57 @@ Premium Storage caching: Supported
|
93 | 93 |
|
94 | 94 | Write Accelerator: [Supported](https://docs.microsoft.com/azure/virtual-machines/windows/how-to-enable-write-accelerator)
|
95 | 95 |
|
| 96 | +The Mv2-series features high throughput, low latency, directly mapped local NVMe storage running on a hyper-threaded Intel® Xeon® Platinum 8180M 2.5GHz (Skylake) processor with an all core base frequency of 2.5 GHz and a max turbo frequency of 3.8 GHz. All Mv2-series virtual machine sizes can use both standard and premium persistent disks. Mv2-series instances are memory optimized VM sizes providing unparalleled computational performance to support large in-memory databases and workloads, with a high memory-to-CPU ratio that is ideal for relational database servers, large caches, and in-memory analytics. |
| 97 | + |
96 | 98 | |Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | Max data disks | Max cached and temp storage throughput: IOPS / MBps (cache size in GiB) | Max uncached disk throughput: IOPS / MBps | Max NICs / Expected network bandwidth (Mbps) |
|
97 | 99 | |-----------------|------|-------------|----------------|----------------|-----------------------------------------------------------------------|-------------------------------------------|------------------------------|
|
98 |
| -| Standard_M208ms_v22<sup>1</sup> | 208 | 5700 | 4096 | 64 | 80,000 / 800 (7,040) | 40,000 / 1000 | 8 / 16000 | |
99 |
| -| Standard_M208s_v22<sup>1</sup> | 208 | 2850 | 4096 | 64 | 80,000 / 800 (7,040) | 40,000 / 1000 | 8 / 16000 | |
| 100 | +| Standard_M208ms_v2<sup>1, 2</sup> | 208 | 5700 | 4096 | 64 | 80,000 / 800 (7,040) | 40,000 / 1000 | 8 / 16000 | |
| 101 | +| Standard_M208s_v2<sup>1, 2</sup> | 208 | 2850 | 4096 | 64 | 80,000 / 800 (7,040) | 40,000 / 1000 | 8 / 16000 | |
100 | 102 |
|
101 | 103 | Mv2-series VM’s feature Intel® Hyper-Threading Technology
|
102 | 104 |
|
103 |
| -<sup>1</sup> These large vCPU’s require one of these supported guest OSes: Windows Server 2016, Windows Server 2019, SLES 12 SP4, SLES 15 and RHEL 7.6 |
| 105 | +<sup>1</sup> These large VMs require one of these supported guest OSes: Windows Server 2016, Windows Server 2019, SLES 12 SP4, SLES 15. |
| 106 | + |
| 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: |
104 | 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 | +``` |
105 | 147 |
|
106 | 148 | ## M-series
|
107 | 149 |
|
@@ -224,4 +266,4 @@ Premium Storage caching: Not Supported
|
224 | 266 | | Standard_D15_v2 <sup>1</sup> | 20 | 140 | 1,000 | 60000 / 937 / 468 | 64 / 64x500 | 8 / 25000 <sup>2</sup> |
|
225 | 267 |
|
226 | 268 | <sup>1</sup> Instance is isolated to hardware dedicated to a single customer.
|
227 |
| -<sup>2</sup> 25000 Mbps with Accelerated Networking. |
| 269 | +<sup>2</sup> 25000 Mbps with Accelerated Networking. |
0 commit comments