You are designing a backup solution for a production SAP HANA database running on an Azure virtual machine. The solution must satisfy the following requirements:
- Retain weekly full backups for 365 days.
- Ensure backup data is resilient to a primary region outage.
- Enable database restoration to a secondary paired region with minimal delay in the event of a primary region disaster.
Which backup configuration should you recommend?
- A Recovery Services vault configured with Geo-Redundant Storage (GRS) and Cross-Region Restore (CRR) enabled.Answer
- BA Recovery Services vault configured with Locally Redundant Storage (LRS) and Cross-Region Restore (CRR) enabled.
- CA Backup vault configured with Read-Access Geo-Redundant Storage (RA-GRS) to support writes in the secondary region.
- DA Recovery Services vault configured with Geo-Redundant Storage (GRS) and the instant restore snapshot retention set to 365 days.
Answer
A Recovery Services vault configured with Geo-Redundant Storage (GRS) and Cross-Region Restore (CRR) enabled.
The correct configuration leverages a Recovery Services vault, which is the required vault type for SAP HANA on Azure VMs. Using Geo-Redundant Storage (GRS) with Cross-Region Restore (CRR) enabled ensures the backups are replicated to the secondary paired region and can be restored there even if the primary region experiences a complete outage.
Step-by-Step Solution
Key Concept
Selecting the correct vault type and replication architecture to support disaster recovery for database workloads on Azure VMs.
Estimated Time:1m 30s