A healthcare provider is designing the regional application delivery and load balancing architecture in East US 2 for a new clinical portal. The solution must meet the following requirements:
- The public-facing web application requires SSL/TLS termination and path-based routing (traffic for `/patients/*` and `/staff/*` must be routed to separate backend pools).
- The database synchronization layer requires high-throughput TCP connections on custom port .
- All database virtual machines currently use Basic SKU Public IP addresses for administration.
- To comply with strict data sovereignty regulations, all load balancing and traffic routing components must reside entirely within the East US 2 region.
Which load balancing configuration should you recommend?
- Deploy an Azure Application Gateway (Standard v2) for the web application, deploy an Azure Standard Load Balancer for the database layer, and upgrade the database virtual machines' public IP addresses to the Standard SKU.Answer
- BDeploy an Azure Application Gateway (Standard v2) for the web application, deploy an Azure Standard Load Balancer for the database layer, and retain the Basic SKU public IP addresses on the database virtual machines.
- CDeploy an Azure Traffic Manager profile to handle SSL/TLS termination and path-based routing for the web application, and deploy an Azure Standard Load Balancer for the database layer after upgrading the database virtual machines' public IP addresses to the Standard SKU.
- DDeploy an Azure Front Door Premium profile to manage both the web application and the database layer TCP connections on port using path-based routing rules.