Skip to content

Commit

Permalink
Merge pull request #671 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
12/2 11:00 AM IST Publish
  • Loading branch information
PhilKang0704 authored Dec 2, 2024
2 parents 416b6b1 + b26074f commit b91f852
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion articles/virtual-machines/nvme-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ nvme-conversion-vm:/usr/lib/udev/rules.d #
##### 4.2.1 Manual download of udev file
To download the new udev rules file, use this command:
`curl https://raw.githubusercontent.com/Azure/SAP-on-Azure-Scripts-and-Utilities/main/NVMe-Preflight-Check/88-azure-data-disk.rules --output /usr/lib/udev/rules.d/88-azure-data-disk.rules`
`curl https://raw.githubusercontent.com/Azure/SAP-on-Azure-Scripts-and-Utilities/refs/heads/main/NVMe-Preflight-Check/88-azure-nvme-data-disk.rules`
and then run `udevadm control --reload-rules && udevadm trigger`
to reload the udev rules.
Expand Down
12 changes: 6 additions & 6 deletions articles/virtual-machines/sizes/storage-optimized/lsv3-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ 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 Burst<sup>1</sup> IOPS | Uncached Premium SSD Burst<sup>1</sup> Throughput (MB/s) | Uncached Ultra Disk and Premium SSD v2 IOPS | Uncached Ultra Disk and Premium SSD v2 Throughput (MB/s) |
| --- | --- | --- | --- | --- | --- | --- | --- |
| Standard_L8s_v3 | 16 | 12800 | 290 | 20000 | 1200 | 400000 | 2000 |
| Standard_L16s_v3 | 32 | 25600 | 600 | 40000 | 1600 | 800000 | 4000 |
| Standard_L32s_v3 | 32 | 51200 | 865 | 80000 | 2000 | 1.5M | 8000 |
| Standard_L48s_v3 | 32 | 76800 | 1315 | 80000 | 3000 | 2.2M | 14000 |
| Standard_L64s_v3 | 32 | 80000 | 1735 | 80000 | 3000 | 2.9M | 16000 |
| Standard_L80s_v3 | 32 | 80000 | 2160 | 80000 | 3000 | 3.8M | 20000 |
| Standard_L8s_v3 | 16 | 12800 | 290 | 20000 | 1200 | 12800 | 290 |
| Standard_L16s_v3 | 32 | 25600 | 600 | 40000 | 1600 | 25600 | 600 |
| Standard_L32s_v3 | 32 | 51200 | 865 | 80000 | 2000 | 51200 | 865 |
| Standard_L48s_v3 | 32 | 76800 | 1315 | 80000 | 3000 | 76800 | 1315 |
| Standard_L64s_v3 | 32 | 80000 | 1735 | 80000 | 3000 | 80000 | 1735 |
| Standard_L80s_v3 | 32 | 80000 | 2160 | 80000 | 3000 | 80000 | 2160 |

#### Storage resources
- [Introduction to Azure managed disks](../../../virtual-machines/managed-disks-overview.md)
Expand Down

0 comments on commit b91f852

Please sign in to comment.