An organization is designing a shared storage solution on Azure for a medical imaging application called MediSync. The application requires access via the SMB protocol and demands sub-millisecond storage latency for all read and write operations. Additionally, the storage solution must remain fully operational even if a single physical datacenter within the primary Azure region suffers a power outage. Which storage account tier and redundancy configuration should you recommend?
- APremium tier configured with Locally Redundant Storage (LRS)
- BPremium tier configured with Geo-Redundant Storage (GRS)
- Premium tier configured with Zone-Redundant Storage (ZRS)Cevap
- DStandard tier configured with Geo-Redundant Storage (GRS)
Cevap
Premium tier configured with Zone-Redundant Storage (ZRS)
The correct option is the Premium tier configured with Zone-Redundant Storage (ZRS). The Premium tier is required because Azure Files requires SSD storage to deliver sub-millisecond latency. Zone-Redundant Storage (ZRS) replicates data synchronously across three availability zones within the primary region, ensuring the share remains available during a datacenter outage.
Adım Adım Çözüm
Anahtar Kavram
Azure Files tier and redundancy constraints