From 138d7940e5af393d21cd62ea89283fae18f53220 Mon Sep 17 00:00:00 2001 From: CaldeCR <147955128+CaldeCR@users.noreply.github.com> Date: Mon, 30 Jun 2025 13:27:38 -0600 Subject: [PATCH] Update dasv4-series.md The original size name was listed as Standard_D2as_v42, but the correct name is Standard_D2as_v4. A number 2 was mistakenly added at the end of the name. I checked the Azure Portal to validate whether the information provided here matches what is shown there. The information matched, meaning that the VM size listed as Standard_D2as_v42 corresponds to Standard_D2as_v4 in the Azure Portal. (In Azure Portal the name listed is Standard_D2as_v4 and the limits observed match with Standard_D2as_v42 in public doc.) --- .../sizes/general-purpose/dasv4-series.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/articles/virtual-machines/sizes/general-purpose/dasv4-series.md b/articles/virtual-machines/sizes/general-purpose/dasv4-series.md index 3af1e5a657d..b5334dd3a2b 100644 --- a/articles/virtual-machines/sizes/general-purpose/dasv4-series.md +++ b/articles/virtual-machines/sizes/general-purpose/dasv4-series.md @@ -28,7 +28,7 @@ vCPUs (Qty.) and Memory for each size | Size Name | vCPUs (Qty.) | Memory (GB) | | --- | --- | --- | -| Standard_D2as_v42 | 2 | 8 | +| Standard_D2as_v4 | 2 | 8 | | Standard_D4as_v4 | 4 | 16 | | Standard_D8as_v4 | 8 | 32 | | Standard_D16as_v4 | 16 | 64 | @@ -46,7 +46,7 @@ Local (temp) storage info for each size | Size Name | Max Temp Storage Disks (Qty.) | Temp Disk Size (GiB) | Temp Disk Random Read (RR)1 IOPS | Temp Disk Random Read (RR)1 Throughput (MB/s) | Temp Disk Random Write (RW)1 IOPS | Temp Disk Random Write (RW)1 Throughput (MB/s) | | --- | --- | --- | --- | --- | --- | --- | -| Standard_D2as_v42 | 4 | 16 | 4000 | 32 | 4000 | 100 | +| Standard_D2as_v4 | 4 | 16 | 4000 | 32 | 4000 | 100 | | Standard_D4as_v4 | 8 | 32 | 8000 | 64 | 8000 | 200 | | Standard_D8as_v4 | 16 | 64 | 16000 | 128 | 16000 | 400 | | Standard_D16as_v4 | 32 | 128 | 32000 | 255 | 32000 | 800 | @@ -72,7 +72,7 @@ Remote (uncached) storage info for each size | Size Name | Max Remote Storage Disks (Qty.) | Uncached Premium SSD Disk IOPS | Uncached Premium SSD Throughput (MB/s) | Uncached Premium SSD Burst1 IOPS | Uncached Premium SSD Burst1 Throughput (MB/s) | | --- | --- | --- | --- | --- | --- | -| Standard_D2as_v42 | 4 | 3200 | 48 | 4000 | 200 | +| Standard_D2as_v4 | 4 | 3200 | 48 | 4000 | 200 | | Standard_D4as_v4 | 8 | 6400 | 96 | 8000 | 200 | | Standard_D8as_v4 | 16 | 12800 | 192 | 16000 | 400 | | Standard_D16as_v4 | 32 | 25600 | 384 | 32000 | 800 | @@ -101,7 +101,7 @@ Network interface info for each size | Size Name | Max NICs (Qty.) | Max Network Bandwidth (Mb/s) | | --- | --- | --- | -| Standard_D2as_v42 | 2 | 2000 | +| Standard_D2as_v4 | 2 | 2000 | | Standard_D4as_v4 | 2 | 4000 | | Standard_D8as_v4 | 4 | 8000 | | Standard_D16as_v4 | 8 | 10000 |