Skip to content

Commit 88aaf72

Browse files
authored
Add support for Ebdsv5/Ebsv5 series (#169)
1 parent 67f16bf commit 88aaf72

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/snapshots/size.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.subservice: sizes
77
ms.topic: conceptual
88
ms.workload: infrastructure-services
9-
ms.date: 10/20/2021
9+
ms.date: 04/04/2022
1010
ms.author: jushiman
1111
---
1212

@@ -25,7 +25,7 @@ This article describes the available sizes and options for the Azure virtual mac
2525
|------|-------|-------------|
2626
| [General purpose](sizes-general.md) | B, Dsv3, Dv3, Dasv4, Dav4, DSv2, Dv2, Av2, DC, DCv2, Dv4, Dsv4, Ddv4, Ddsv4, Dv5, Dsv5, Ddv5, Ddsv5, Dasv5, Dadsv5 | Balanced CPU-to-memory ratio. Ideal for testing and development, small to medium databases, and low to medium traffic web servers. |
2727
| [Compute optimized](sizes-compute.md) | F, Fs, Fsv2, FX | High CPU-to-memory ratio. Good for medium traffic web servers, network appliances, batch processes, and application servers. |
28-
| [Memory optimized](sizes-memory.md) | Esv3, Ev3, Easv4, Eav4, Ev4, Esv4, Edv4, Edsv4, Ev5, Esv5, Edv5, Edsv5, Easv5, Eadsv5, Mv2, M, DSv2, Dv2 | High memory-to-CPU ratio. Great for relational database servers, medium to large caches, and in-memory analytics. |
28+
| [Memory optimized](sizes-memory.md) | Esv3, Ev3, Easv4, Eav4, Ebdsv5, Ebsv5, Ev4, Esv4, Edv4, Edsv4, Ev5, Esv5, Edv5, Edsv5, Easv5, Eadsv5, Mv2, M, DSv2, Dv2 | High memory-to-CPU ratio. Great for relational database servers, medium to large caches, and in-memory analytics. |
2929
| [Storage optimized](sizes-storage.md) | Lsv2 | High disk throughput and IO ideal for Big Data, SQL, NoSQL databases, data warehousing and large transactional databases. |
3030
| [GPU](sizes-gpu.md) | NC, NCv2, NCv3, NCasT4_v3, ND, NDv2, NV, NVv3, NVv4, NDasrA100_v4, NDm_A100_v4 | Specialized virtual machines targeted for heavy graphic rendering and video editing, as well as model training and inferencing (ND) with deep learning. Available with single or multiple GPUs. |
3131
| [High performance compute](sizes-hpc.md) | HB, HBv2, HBv3, HC, H | Our fastest and most powerful CPU virtual machines with optional high-throughput network interfaces (RDMA). |

rules/utils.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,20 @@ var validMachineSizes = []string{
216216
"Standard_E48a_v4",
217217
"Standard_E64a_v4",
218218
"Standard_E96a_v4",
219+
"Standard_E2bds_v5",
220+
"Standard_E4bds_v5",
221+
"Standard_E8bds_v5",
222+
"Standard_E16bds_v5",
223+
"Standard_E32bds_v5",
224+
"Standard_E48bds_v5",
225+
"Standard_E64bds_v5",
226+
"Standard_E2bs_v5",
227+
"Standard_E4bs_v5",
228+
"Standard_E8bs_v5",
229+
"Standard_E16bs_v5",
230+
"Standard_E32bs_v5",
231+
"Standard_E48bs_v5",
232+
"Standard_E64bs_v5",
219233
"Standard_E2as_v4",
220234
"Standard_E4as_v4",
221235
"Standard_E8as_v4",

0 commit comments

Comments
 (0)