When deploying virtual machines in Azure, you must select the appropriate managed disk type for the OS and data disks based on performance and workload requirements. Match each Azure managed disk type to its primary characteristic.
- Ultra DiskSupports sub-millisecond latency and allows dynamic adjustment of IOPS and throughput without restarting the virtual machine.
- Premium SSDProvides high-performance, low-latency storage for production workloads and supports host caching.
- Standard SSDProvides consistent, entry-level performance and latency, suitable for web servers and dev/test environments.
- Standard HDDProvides low-cost, backup-oriented storage with variable latency, suitable for infrequently accessed data.
Answer
Ultra Disk matches with the ability to dynamically scale IOPS and throughput with sub-millisecond latency. Premium SSD matches with high-performance production workloads that support host caching. Standard SSD matches with consistent entry-level performance for web servers. Standard HDD matches with low-cost storage for infrequently accessed data.
Each Azure managed disk option is tailored to specific performance tiers. Ultra Disk supports dynamic configuration scaling and ultra-low latency; Premium SSD targets production workloads with host caching; Standard SSD targets entry-level servers with consistent SSD reliability; and Standard HDD offers budget-friendly storage for archival purposes.
Step-by-Step Solution
Key Concept
Azure Managed Disk Types and Performance Characteristics