You are designing the storage configuration for a high-performance transactional database hosted on Azure Virtual Machines. The database has the following requirements:
- The transaction log volume must support up to and throughput with consistent sub-millisecond latency.
- You must be able to scale the log volume's IOPS and throughput dynamically during peak processing windows without restarting the virtual machine or detaching the disk.
- Database backups must survive a localized datacenter outage within the primary region without incurring the high latency or costs of cross-region replication during recovery operations.
Which storage configuration should you recommend to meet these requirements?
- APremium SSD (v1) for the transaction log volume, and Locally Redundant Storage (LRS) for the backups
- Premium SSD v2 for the transaction log volume, and Zone-Redundant Storage (ZRS) for the backupsCevap
- CUltra Disk for the transaction log volume, and Locally Redundant Storage (LRS) for the backups
- DStandard SSD for the transaction log volume, and Geo-Redundant Storage (GRS) for the backups
Cevap
Premium SSD v2 for the transaction log volume, and Zone-Redundant Storage (ZRS) for the backups
The combination of Premium SSD v2 and Zone-Redundant Storage (ZRS) meets all constraints. Premium SSD v2 is designed for sub-millisecond disk latency and supports independent, online adjustments to capacity, IOPS, and throughput without VM downtime. Zone-Redundant Storage replicates backup data synchronously across three availability zones in the primary region, ensuring survival of a localized datacenter outage while avoiding the high latency of restoring from a secondary region.
Adım Adım Çözüm
Anahtar Kavram
Selecting Azure disk tiers for sub-millisecond latency and dynamic performance scaling, combined with regional replication levels (ZRS) for zone-resilience without cross-region overhead.
Tahmini Süre:2m 0s