What does Azure SQL Database's Multi-AZ or zone-redundant configuration protect against?
- A The loss of a single datacentre within the region
- B Accidental table deletion
- C SQL injection
- D Cost overruns
Answer
The loss of a single datacentre within the region
Redundancy is availability, not backup. Recovering from a deleted table requires point-in-time restore, which is a separate capability.





