A financial technology enterprise is designing a global, multi-region traffic routing and failover solution for its payment processing platform deployed in the East US 2 and West Europe regions. The solution must accommodate the following incoming traffic streams:
* Stream 1: HTTPS-based web API traffic requiring SSL termination at the network edge, path-based routing (routing `/charge` and `/refund` requests to different backend pools), and integrated Web Application Firewall (WAF) protection.
* Stream 2: A proprietary, latency-sensitive TCP-based client application communicating over port . This stream does not support HTTP encapsulation and must be routed to the closest healthy regional endpoint.
Which traffic routing configuration should you recommend to meet these requirements?
- ADeploy Azure Traffic Manager to route both Stream 1 and Stream 2 globally.
- Deploy Azure Front Door to route Stream 1, and configure Azure Traffic Manager to route Stream 2 to regional Standard Load Balancers.Cevap
- CDeploy Azure Front Door to route both Stream 1 and Stream 2 globally.
- DDeploy Azure Application Gateway to perform global path-based routing and failover for both Stream 1 and Stream 2.