Challenge 5 - High Availability & Disaster Recovery

< Previous Challenge - Home - Next Challenge >

Introduction

One of the big benefits of running in the cloud is the ability to deploy resources to many locations based on business need. With your company having performed several migrations, it’s time to look at implementing some high availability and disaster recovery.

Description

AdventureWorks and WWI (OLTP) would like to implement a BCDR plan so the company can meet an RPO/RTO of 5 minutes (RPO is the Recovery Point Objective and RTO is the Recovery Time Objective).

When disaster happens on the primary region, business requires the databases automatically failover to the disaster recovery region. Your company needs to use the readable secondary databases to offload read-only query workloads. After failover, your application can continue connect to the database by using the same connection string.

AdventureWorks has asked about the possibility of recovering data accidentally deleted. If time permits, your team can investigate how Temporal Tables can be configured to help recover lost data.

Success Criteria

Tips

Advanced Challenges (Optional)

Learning Resources