An enterprise is designing a multi-region disaster recovery and business continuity solution for a web application deployed in the East US and West US regions. The application requirements include:
1. Global HTTPS traffic must be routed to the closest region with sub-minute failover detection, SSL/TLS termination, and path-based routing (e.g., routing `/api/*` requests to a specialized service).
2. The back-end relational database must support automatic failover to the secondary region without requiring connection string modifications in the application code.
3. Storage data must be replicated to the secondary region, but write operations are strictly restricted to the primary region until a failover occurs.
Which combination of Azure services and configurations should you recommend?
- Azure Front Door for global traffic routing; Azure SQL Database auto-failover groups; and Read-Access Geo-Redundant Storage (RA-GRS) with write operations directed only to the primary endpoint.Cevap
- BAzure Traffic Manager for global traffic routing; Azure SQL Database auto-failover groups; and Read-Access Geo-Redundant Storage (RA-GRS) with write operations directed only to the primary endpoint.
- CAzure Front Door for global traffic routing; Azure SQL Database active geo-replication with manual failover and separate regional connection strings; and Read-Access Geo-Redundant Storage (RA-GRS) with write operations directed only to the primary endpoint.
- DAzure Front Door for global traffic routing; Azure SQL Database auto-failover groups; and Read-Access Geo-Redundant Storage (RA-GRS) configured to allow active-active write operations to both regional endpoints simultaneously.