Summary

Completed

The shipping company needed to take their existing highly available architecture and make it resilient to disasters that might bring down the whole East US Azure region.

We've seen how to make the networking elements of the application highly available and multi-regional. Azure DNS and Azure CDN are multi-regional by default. By replacing Application Gateway with Azure Traffic Manager or Azure Front Door, we can detect regional failures and automatically fail over to a standby region.

Many application services, such as web apps, web APIs, and Azure Functions that implement the core functionality of your application, can be deployed to multiple regions.

Finally, you saw how to make the data architecture highly available and multi-regional by using replication in Azure SQL Database or Azure Cosmos DB.

Learn more