Your company uses an Azure Files share to store critical application configuration files. You are designing a backup solution to meet the following requirements:
- Recover files deleted within the last 14 days with a near-zero recovery time objective (RTO) using share snapshots.
- Retain historical backup copies for 90 days in a separate security boundary to protect against accidental or malicious deletion of the source storage account.
- Ensure the vaulted backup data is resilient against a primary region outage.
Which backup configuration should you recommend?
- Create a Backup vault with Geo-redundant storage (GRS). Configure a backup policy with snapshot retention set to 14 days and vault retention set to 90 days.Answer
- BCreate a Backup vault with Geo-redundant storage (GRS). Configure a backup policy with snapshot retention set to 5 days and vault retention set to 90 days.
- CCreate a Backup vault with Locally-redundant storage (LRS). Configure a backup policy with snapshot retention set to 14 days and vault retention set to 90 days.
- DCreate a Recovery Services vault with Geo-redundant storage (GRS). Configure a backup policy with snapshot retention set to 14 days and vault retention set to 90 days.
Answer
Create a Backup vault with Geo-redundant storage (GRS). Configure a backup policy with snapshot retention set to 14 days and vault retention set to 90 days.
The correct configuration uses a Backup vault with Geo-redundant storage (GRS) and a backup policy retaining local snapshots for 14 days and vault backups for 90 days. This separates the operational snapshot tier (which provides near-zero RTO restores) from the vaulted tier (which provides a separate security boundary to protect against storage account deletion), while GRS ensures that the vault remains available in the event of a regional outage.
Step-by-Step Solution
Key Concept
Azure Files vaulted backup separates snapshot-level operational recovery (for low RTO) from vault-level long-term retention (for security boundaries and regional resilience).