A company is designing a shared storage solution for a high-performance financial analysis application. The storage must meet the following requirements:
* The storage must be hosted on Azure Files and require the Premium performance tier to meet strict IOPS and sub-millisecond latency demands.
* The shared file system must survive the outage of a single datacenter zone in the primary region without data loss or downtime.
* In the event of a regional disaster, the data must be recoverable in a secondary Azure region.
Which two actions should you include in the design to meet these requirements? (Select two.)
- Configure the storage account containing the Premium file shares to use Zone-Redundant Storage (ZRS).Cevap
- Use Azure File Sync to replicate the Premium file shares to a storage account in the secondary region.Cevap
- CConfigure the storage account containing the Premium file shares to use Read-Access Geo-Redundant Storage (RA-GRS) to support write workloads in both regions.
- DConfigure the storage account containing the Premium file shares to use Locally Redundant Storage (LRS) to protect against zone failures.
- EConfigure the storage account to use Locally Redundant Storage (LRS) and locate all virtual machine nodes within a single availability zone.
Cevap
Configure the storage account containing the Premium file shares to use Zone-Redundant Storage (ZRS) and use Azure File Sync to replicate the Premium file shares to a storage account in the secondary region.
The correct architecture combines Zone-Redundant Storage (ZRS) to protect against primary region zonal outages, and Azure File Sync to replicate the premium file shares to a secondary region. Because Premium Azure Files only supports LRS and ZRS natively at the storage level, regional redundancy must be achieved using secondary replication tools.
Adım Adım Çözüm
Anahtar Kavram
Premium Azure Files support only LRS and ZRS; geo-redundancy must be implemented via secondary replication mechanisms like Azure File Sync.
Tahmini Süre:2m 30s