An enterprise uses Azure Files shares to store business-critical documents. You are designing a backup solution using Azure Backup that satisfies the following requirements:
- Shared file data must be backed up three times per day to achieve an -hour Recovery Point Objective (RPO).
- Backup data must be retained for years to comply with regulatory requirements.
- The vault storage must remain resilient to zone outages within the primary region while minimizing storage costs.
Which two of the following configuration options should you select to meet these requirements? (Select two.)
- An Enhanced backup policyCevap
- A Recovery Services vault configured with Zone-Redundant Storage (ZRS)Cevap
- CA Standard backup policy
- DA Recovery Services vault configured with Locally Redundant Storage (LRS)
- EA Recovery Services vault configured with Read-Access Geo-Redundant Storage (RA-GRS) to allow write operations in the secondary region before a failover is initiated
Cevap
The correct configuration requires choosing an Enhanced backup policy and a Recovery Services vault configured with Zone-Redundant Storage (ZRS).
The combination of an Enhanced backup policy and a Recovery Services vault configured with Zone-Redundant Storage (ZRS) meets all the requirements. The Enhanced policy is required for Azure Files to support sub-daily backups (meeting the 8-hour RPO) and long-term storage in the vault tier (meeting the 10-year retention rule). The ZRS configuration ensures the backup data is resilient to zone outages while being more cost-effective than geo-redundant storage.
Adım Adım Çözüm
Anahtar Kavram
Azure Backup supports Standard and Enhanced backup policies, with the Enhanced policy enabling sub-daily backups and vault-tier storage for long-term retention. Storage redundancy options like ZRS protect vault data from zone failures cost-effectively.