Separate VM limits from disk limits
Azure VM sizes have limits for IOPS and throughput, while individual disks have their own performance characteristics. The effective workload limit can be constrained by either side of the path.
Identify the affected disk
Map the application volume to its Azure managed disk and operating-system device. Confirm whether the issue affects one disk or the entire VM.
Measure the workload
Look at read/write IOPS, throughput and latency together. A workload can hit an IOPS ceiling without reaching a throughput ceiling, or the reverse.
Check the VM size
If the VM size has lower storage bandwidth than the disks can provide, changing only the disk type may not solve the problem. Compare the workload requirement with the VM and disk limits.
Check application behavior
Large sequential transfers and small random I/O have different performance profiles. Review database settings, backup jobs, antivirus activity and scheduled scans that may change the workload during the incident.
Validate after changes
Capture the same performance counters before and after the change. This gives you evidence that the bottleneck moved or was removed.
Useful commands
Get-PhysicalDisk
Get-Counter '\LogicalDisk(*)\Avg. Disk sec/Read'
Get-Counter '\LogicalDisk(*)\Avg. Disk sec/Write'Need more infrastructure runbooks?
Explore the TechRunbook article library for Windows Server, VMware, Hyper-V, Azure, PowerShell and MABS troubleshooting.
Browse all articles →