Skip to content

Commit 9e19dc0

Browse files
committed
Initial commit with new format series
1 parent 47c10bc commit 9e19dc0

File tree

6 files changed

+336
-0
lines changed

6 files changed

+336
-0
lines changed
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
---
2+
title: Dldsv5 size series
3+
description: Information on and specifications of the Dldsv5-series sizes
4+
author: mattmcinnes
5+
ms.service: virtual-machines
6+
ms.subservice: sizes
7+
ms.topic: conceptual
8+
ms.date: 07/18/2024
9+
ms.author: mattmcinnes
10+
ms.reviewer: mattmcinnes
11+
---
12+
13+
# Dldsv5 sizes series
14+
15+
[!INCLUDE [dldsv5-summary](./includes/dldsv5-summary.md)]
16+
17+
## Host specifications
18+
[!INCLUDE [dldsv5-series-specs](./includes/dldsv5-series-specs.md)]
19+
20+
## Feature support
21+
[Premium Storage](premium-storage-performance.md): Supported<br>
22+
[Premium Storage caching](premium-storage-performance.md): Supported<br>
23+
[Live Migration](maintenance-and-updates.md): Supported<br>
24+
[Memory Preserving Updates](maintenance-and-updates.md): Supported<br>
25+
[VM Generation Support](generation-2.md): Generation 1 and 2<br>
26+
[Accelerated Networking](../virtual-network/create-vm-accelerated-networking-cli.md): Required <br>
27+
[Ephemeral OS Disks](ephemeral-os-disks.md): Supported <br>
28+
[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Supported <br>
29+
30+
## Sizes in series
31+
32+
### [Basics](#tab/sizebasic)
33+
34+
vCPUs (Qty.) and Memory for each size
35+
36+
| Size Name | vCPUs (Qty.) | Memory (GB) |
37+
| --- | --- | --- |
38+
| Standard_D2lds_v5 | 2 | 4 |
39+
| Standard_D4lds_v5 | 4 | 8 |
40+
| Standard_D8lds_v5 | 8 | 16 |
41+
| Standard_D16lds_v5 | 16 | 32 |
42+
| Standard_D32lds_v5 | 32 | 64 |
43+
| Standard_D48lds_v5 | 48 | 96 |
44+
| Standard_D64lds_v5 | 64 | 128 |
45+
| Standard_D96lds_v5 | 96 | 192 |
46+
47+
#### VM Basics resources
48+
- [What are vCPUs (Qty.)](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview)
49+
- [Check vCPU quotas](https://learn.microsoft.com/azure/virtual-machines/quotas)
50+
- [Introduction to Azure compute units (ACUs)](https://learn.microsoft.com/azure/virtual-machines/acu)
51+
52+
### [Local Storage](#tab/sizestoragelocal)
53+
54+
Local (temp) storage info for each size
55+
56+
| Size Name | Max Temp Storage (Qty.) | Temp Storage Size (GiB) | Temp ReadWrite Storage IOPS | Temp ReadWrite Storage Speed (MBps) | Temp ReadOnly Storage IOPS | Temp ReadOnly Storage Speed (MBps) |
57+
| --- | --- | --- | --- | --- | --- | --- |
58+
| Standard_D2lds_v5 | 1 | 75 | 9000 | 125 | | |
59+
| Standard_D4lds_v5 | 1 | 150 | 19000 | 250 | | |
60+
| Standard_D8lds_v5 | 1 | 300 | 38000 | 500 | | |
61+
| Standard_D16lds_v5 | 1 | 600 | 75000 | 1000 | | |
62+
| Standard_D32lds_v5 | 1 | 1200 | 150000 | 2000 | | |
63+
| Standard_D48lds_v5 | 1 | 1800 | 225000 | 3000 | | |
64+
| Standard_D64lds_v5 | 1 | 2400 | 300000 | 4000 | | |
65+
| Standard_D96lds_v5 | 1 | 3600 | 450000 | 4000 | | |
66+
67+
#### Storage resources
68+
- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
69+
- [Azure managed disk types](../../../virtual-machines/disks-types.md)
70+
- [Share an Azure managed disk](../../../virtual-machines/disks-shared.md)
71+
72+
#### Table definitions
73+
- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
74+
- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
75+
- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly (R-O) or ReadWrite (R-W). For uncached data disk operation, the host cache mode is set to None.
76+
- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
77+
78+
### [Remote Storage](#tab/sizestorageremote)
79+
80+
Remote (uncached) storage info for each size
81+
82+
| Size Name | Max Remote Storage (Qty.) | Uncached Storage IOPS | Uncached Storage Speed (MBps) | Uncached Storage Burst<sup>1</sup> IOPS | Uncached Storage Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Storage IOPS | Uncached Special<sup>2</sup> Storage Speed (MBps) | Uncached Burst<sup>1</sup> Special2 Storage IOPS | Uncached Burst<sup>1</sup> Special Storage Speed (MBps) |
83+
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
84+
| Standard_D2lds_v5 | 4 | 3750 | 85 | 10000 | 1200 | | | | |
85+
| Standard_D4lds_v5 | 8 | 6400 | 145 | 20000 | 1200 | | | | |
86+
| Standard_D8lds_v5 | 16 | 12800 | 290 | 20000 | 1200 | | | | |
87+
| Standard_D16lds_v5 | 32 | 25600 | 600 | 40000 | 1200 | | | | |
88+
| Standard_D32lds_v5 | 32 | 51200 | 865 | 80000 | 2000 | | | | |
89+
| Standard_D48lds_v5 | 32 | 76800 | 1315 | 80000 | 3000 | | | | |
90+
| Standard_D64lds_v5 | 32 | 80000 | 1735 | 80000 | 3000 | | | | |
91+
| Standard_D96lds_v5 | 32 | 80000 | 2600 | 80000 | 4000 | | | | |
92+
93+
#### Storage resources
94+
- [Introduction to Azure managed disks](https://learn.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview)
95+
- [Azure managed disk types](https://learn.microsoft.com/en-us/azure/virtual-machines/disks-types)
96+
- [Share an Azure managed disk](https://learn.microsoft.com/en-us/azure/virtual-machines/disks-shared)
97+
98+
#### Table definitions
99+
- <sup>1</sup>These sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
100+
- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
101+
- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
102+
- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
103+
- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
104+
- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
105+
106+
107+
### [Network](#tab/sizenetwork)
108+
109+
Network interface info for each size
110+
111+
| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
112+
| --- | --- | --- |
113+
| Standard_D2lds_v5 | 2 | 12500 |
114+
| Standard_D4lds_v5 | 2 | 12500 |
115+
| Standard_D8lds_v5 | 4 | 12500 |
116+
| Standard_D16lds_v5 | 8 | 12500 |
117+
| Standard_D32lds_v5 | 8 | 16000 |
118+
| Standard_D48lds_v5 | 8 | 24000 |
119+
| Standard_D64lds_v5 | 8 | 30000 |
120+
| Standard_D96lds_v5 | 8 | 35000 |
121+
122+
#### Networking resources
123+
- [Virtual networks and virtual machines in Azure](https://learn.microsoft.com/azure/virtual-network/network-overview)
124+
- [Virtual machine network bandwidth](https://learn.microsoft.com/azure/virtual-network/virtual-machine-network-throughput)
125+
126+
#### Table definitions
127+
- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](https://learn.microsoft.com/azure/virtual-network/virtual-machine-network-throughput)
128+
- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](https://learn.microsoft.com/azure/virtual-network/virtual-network-optimize-network-bandwidth).
129+
- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](https://learn.microsoft.com/azure/virtual-network/virtual-network-bandwidth-testing).
130+
131+
### [Accelerators](#tab/sizeaccelerators)
132+
133+
Accelerator (GPUs, FPGAs, etc.) info for each size
134+
135+
> [!NOTE]
136+
> No accelerators are present in this series.
137+
138+
---
139+
140+
[!INCLUDE [sizes-footer](../includes/sizes-footer.md)]
Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
---
2+
title: Dlsv5 size series
3+
description: Information on and specifications of the Dlsv5-series sizes
4+
author: mattmcinnes
5+
ms.service: virtual-machines
6+
ms.subservice: sizes
7+
ms.topic: conceptual
8+
ms.date: 07/18/2024
9+
ms.author: mattmcinnes
10+
ms.reviewer: mattmcinnes
11+
---
12+
13+
# Dlsv5 sizes series
14+
15+
[!INCLUDE [dlsv5-summary](./includes/dlsv5-summary.md)]
16+
17+
## Host specifications
18+
[!INCLUDE [dlsv5-series-specs](./includes/dlsv5-series-specs.md)]
19+
20+
## Feature support
21+
[Premium Storage](premium-storage-performance.md): Supported<br>
22+
[Premium Storage caching](premium-storage-performance.md): Supported<br>
23+
[Live Migration](maintenance-and-updates.md): Supported<br>
24+
[Memory Preserving Updates](maintenance-and-updates.md): Supported<br>
25+
[VM Generation Support](generation-2.md): Generation 1 and 2<br>
26+
[Accelerated Networking](../virtual-network/create-vm-accelerated-networking-cli.md): Required <br>
27+
[Ephemeral OS Disks](ephemeral-os-disks.md): Not Supported <br>
28+
[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Supported <br>
29+
<br>
30+
31+
## Sizes in series
32+
33+
### [Basics](#tab/sizebasic)
34+
35+
vCPUs (Qty.) and Memory for each size
36+
37+
| Size Name | vCPUs (Qty.) | Memory (GB) |
38+
| --- | --- | --- |
39+
| Standard_D2ls_v5 | 2 | 4 |
40+
| Standard_D4ls_v5 | 4 | 8 |
41+
| Standard_D8ls_v5 | 8 | 16 |
42+
| Standard_D16ls_v5 | 16 | 32 |
43+
| Standard_D32ls_v5 | 32 | 64 |
44+
| Standard_D48ls_v5 | 48 | 96 |
45+
| Standard_D64ls_v5 | 64 | 128 |
46+
| Standard_D96ls_v5 | 96 | 192 |
47+
48+
#### VM Basics resources
49+
- [What are vCPUs (Qty.)](https://learn.microsoft.com/azure/virtual-machines/managed-disks-overview)
50+
- [Check vCPU quotas](https://learn.microsoft.com/azure/virtual-machines/quotas)
51+
- [Introduction to Azure compute units (ACUs)](https://learn.microsoft.com/azure/virtual-machines/acu)
52+
53+
### [Local Storage](#tab/sizestoragelocal)
54+
55+
Local (temp) storage info for each size
56+
57+
> [!NOTE]
58+
> No local storage present in this series. For similar sizes with local storage, see the [Dldsv5-series](./dldsv5-series.md).
59+
>
60+
> For frequently asked questions, see [Azure VM sizes with no local temp disk](../../azure-vms-no-temp-disk.yml).
61+
62+
63+
64+
### [Remote Storage](#tab/sizestorageremote)
65+
66+
Remote (uncached) storage info for each size
67+
68+
| Size Name | Max Remote Storage (Qty.) | Uncached Storage IOPS | Uncached Storage Speed (MBps) | Uncached Storage Burst<sup>1</sup> IOPS | Uncached Storage Burst<sup>1</sup> Speed (MBps) | Uncached Special<sup>2</sup> Storage IOPS | Uncached Special<sup>2</sup> Storage Speed (MBps) | Uncached Burst<sup>1</sup> Special2 Storage IOPS | Uncached Burst<sup>1</sup> Special Storage Speed (MBps) |
69+
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
70+
| Standard_D2ls_v5 | 4 | 3750 | 85 | 10000 | 1200 | | | | |
71+
| Standard_D4ls_v5 | 8 | 6400 | 145 | 20000 | 1200 | | | | |
72+
| Standard_D8ls_v5 | 16 | 12800 | 290 | 20000 | 1200 | | | | |
73+
| Standard_D16ls_v5 | 32 | 25600 | 600 | 40000 | 1200 | | | | |
74+
| Standard_D32ls_v5 | 32 | 51200 | 865 | 80000 | 2000 | | | | |
75+
| Standard_D48ls_v5 | 32 | 76800 | 1315 | 80000 | 3000 | | | | |
76+
| Standard_D64ls_v5 | 32 | 80000 | 1735 | 80000 | 3000 | | | | |
77+
| Standard_D96ls_v5 | 32 | 80000 | 2600 | 80000 | 4000 | | | | |
78+
79+
#### Storage resources
80+
- [Introduction to Azure managed disks](https://learn.microsoft.com/en-us/azure/virtual-machines/managed-disks-overview)
81+
- [Azure managed disk types](https://learn.microsoft.com/en-us/azure/virtual-machines/disks-types)
82+
- [Share an Azure managed disk](https://learn.microsoft.com/en-us/azure/virtual-machines/disks-shared)
83+
84+
#### Table definitions
85+
- <sup>1</sup>These sizes support [bursting](../../disk-bursting.md) to temporarily increase disk performance. Burst speeds can be maintained for up to 30 minutes at a time.
86+
- <sup>2</sup>Special Storage refers to either [Ultra Disk](../../../virtual-machines/disks-enable-ultra-ssd.md) or [Premium SSD v2](../../../virtual-machines/disks-deploy-premium-v2.md) storage.
87+
- Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB.
88+
- Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec.
89+
- Data disks can operate in cached or uncached modes. For cached data disk operation, the host cache mode is set to ReadOnly or ReadWrite. For uncached data disk operation, the host cache mode is set to None.
90+
- To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md).
91+
92+
93+
### [Network](#tab/sizenetwork)
94+
95+
Network interface info for each size
96+
97+
| Size Name | Max NICs (Qty.) | Max Bandwidth (Mbps) |
98+
| --- | --- | --- |
99+
| Standard_D2ls_v5 | 2 | 12500 |
100+
| Standard_D4ls_v5 | 2 | 12500 |
101+
| Standard_D8ls_v5 | 4 | 12500 |
102+
| Standard_D16ls_v5 | 8 | 12500 |
103+
| Standard_D32ls_v5 | 8 | 16000 |
104+
| Standard_D48ls_v5 | 8 | 24000 |
105+
| Standard_D64ls_v5 | 8 | 30000 |
106+
| Standard_D96ls_v5 | 8 | 35000 |
107+
108+
#### Networking resources
109+
- [Virtual networks and virtual machines in Azure](https://learn.microsoft.com/azure/virtual-network/network-overview)
110+
- [Virtual machine network bandwidth](https://learn.microsoft.com/azure/virtual-network/virtual-machine-network-throughput)
111+
112+
#### Table definitions
113+
- Expected network bandwidth is the maximum aggregated bandwidth allocated per VM type across all NICs, for all destinations. For more information, see [Virtual machine network bandwidth](https://learn.microsoft.com/azure/virtual-network/virtual-machine-network-throughput)
114+
- Upper limits aren't guaranteed. Limits offer guidance for selecting the right VM type for the intended application. Actual network performance will depend on several factors including network congestion, application loads, and network settings. For information on optimizing network throughput, see [Optimize network throughput for Azure virtual machines](https://learn.microsoft.com/azure/virtual-network/virtual-network-optimize-network-bandwidth).
115+
- To achieve the expected network performance on Linux or Windows, you may need to select a specific version or optimize your VM. For more information, see [Bandwidth/Throughput testing (NTTTCP)](https://learn.microsoft.com/azure/virtual-network/virtual-network-bandwidth-testing).
116+
117+
### [Accelerators](#tab/sizeaccelerators)
118+
119+
Accelerator (GPUs, FPGAs, etc.) info for each size
120+
121+
> [!NOTE]
122+
> No accelerators are present in this series.
123+
124+
---
125+
126+
[!INCLUDE [sizes-footer](../includes/sizes-footer.md)]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Dldsv5-series specs include
3+
description: Include file containing specifications of Dldsv5-series VM sizes.
4+
author: mattmcinnes
5+
ms.topic: include
6+
ms.service: virtual-machines
7+
ms.subservice: sizes
8+
ms.date: 07/18/2024
9+
ms.author: mattmcinnes
10+
ms.reviewer: mattmcinnes
11+
ms.custom: include file
12+
---
13+
| Part | Quantity <br><sup>Count Units | Specs <br><sup>SKU ID, Performance Units, etc. |
14+
|---|---|---|
15+
| Processor | 2 - 96 vCPUs | Intel Xeon Platinum 8473C (Sapphire Rapids) [x86-64] <br>Intel Xeon Platinum 8370C (Ice Lake) [x86-64] |
16+
| Memory | 4 - 192 GiB | |
17+
| Local Storage | 1 Disk | 75 - 3600 <br>9000 - 450000 IOPS <br>125 - 4000 MBps
18+
| Remote Storage | 4 - 32 Disks | 3750 - 80000 IOPS <br>85 - 4000 MBps |
19+
| Network | 2 - 8 NICs | 12500 - 35000 Mbps |
20+
| Accelerators | None | |
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Dldsv5-series summary include file
3+
description: Include file for Dldsv5UC-series summary
4+
author: mattmcinnes
5+
ms.topic: include
6+
ms.service: virtual-machines
7+
ms.subservice: sizes
8+
ms.date: 07/18/2024
9+
ms.author: mattmcinnes
10+
ms.reviewer: mattmcinnes
11+
ms.custom: include file
12+
---
13+
Dldsv5-series virtual machines run on the 3rd Generation Intel® Xeon® Platinum 8370C (Ice Lake) processor reaching an all core turbo clock speed of up to 3.5 GHz. These virtual machines offer up to 96 vCPU and 192 GiB of RAM as well as fast, local SSD storage up to 3,600 GiB. These VM sizes can reduce cost when running non-memory intensive applications.
14+
15+
Dldsv5-series virtual machines support Standard SSD, Standard HDD, and Premium SSD disk types. You can also attach Ultra Disk storage based on its regional availability. Disk storage is billed separately from virtual machines. See pricing for disks.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Dlsv5-series specs include
3+
description: Include file containing specifications of Dlsv5-series VM sizes.
4+
author: mattmcinnes
5+
ms.topic: include
6+
ms.service: virtual-machines
7+
ms.subservice: sizes
8+
ms.date: 07/18/2024
9+
ms.author: mattmcinnes
10+
ms.reviewer: mattmcinnes
11+
ms.custom: include file
12+
---
13+
| Part | Quantity <br><sup>Count Units | Specs <br><sup>SKU ID, Performance Units, etc. |
14+
|---|---|---|
15+
| Processor | 2 - 96 vCPUs | Intel Xeon Platinum 8473C (Sapphire Rapids) [x86-64] <br>Intel Xeon Platinum 8370C (Ice Lake) [x86-64] |
16+
| Memory | 4 - 192 GiB | |
17+
| Local Storage | None | |
18+
| Remote Storage | 4 - 32 Disks | 3750 - 80000 IOPS <br>85 - 4000 MBps |
19+
| Network | 2 - 8 NICs | 12500 - 35000 Mbps |
20+
| Accelerators | None | |
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Dlsv5UC-series summary include file
3+
description: Include file for Dlsv5UC-series summary
4+
author: GITHUBALIAS
5+
ms.topic: include
6+
ms.service: virtual-machines
7+
ms.subservice: sizes
8+
ms.date: TODAYDATE
9+
ms.author: MSFTALIAS
10+
ms.reviewer: mattmcinnes
11+
ms.custom: include file
12+
---
13+
Dlsv5-series virtual machines run on Intel® Xeon® Platinum 8473C (Sapphire Rapids), or Intel® Xeon® Platinum 8370C (Ice Lake) processor reaching an all core turbo clock speed of up to 3.5 GHz. These virtual machines offer up to 96 vCPU and 192 GiB of RAM. These VM sizes can reduce cost when running non-memory intensive applications.
14+
15+
Dlsv5-series virtual machines do not have any temporary storage thus lowering the price of entry. You can attach Standard SSD, Standard HDD, and Premium SSD disk types. You can also attach Ultra Disk storage based on its regional availability. Disk storage is billed separately from virtual machines. See pricing for disks.

0 commit comments

Comments
 (0)