A financial services company is migrating an on-premises database workload to Azure Virtual Machines. You are designing the storage configuration for the database transaction logs, which require consistent high write throughput and single-digit millisecond latency. The storage design must also ensure that the database remains operational even if a single datacenter within the target Azure region experiences a power failure. Which storage option should you recommend?
- Premium SSD Managed Disks configured with Zone-Redundant Storage (ZRS)Cevap
- BPremium SSD Managed Disks configured with Locally Redundant Storage (LRS)
- CStandard SSD Managed Disks configured with Zone-Redundant Storage (ZRS)
- DStandard HDD Managed Disks configured with Locally Redundant Storage (LRS)
Cevap
Premium SSD Managed Disks configured with Zone-Redundant Storage (ZRS)
The correct option is Premium SSD Managed Disks configured with Zone-Redundant Storage (ZRS). Database transaction logs are highly sensitive to latency and write performance, necessitating Premium SSD storage to guarantee single-digit millisecond latencies and high throughput. Furthermore, to survive the outage of a single datacenter (which corresponds to an Azure Availability Zone) without losing access to data, the disks must use Zone-Redundant Storage (ZRS) to replicate data synchronously across multiple zones in the region.
Adım Adım Çözüm
Anahtar Kavram
Selecting Azure Managed Disk tiers and redundancy configurations based on workload performance and high availability requirements.
Tahmini Süre:1m 30s