A logistics company is designing a global traffic routing and high-availability architecture for its hybrid fleet management platform deployed in the East US and North Europe regions.
The platform includes two distinct workloads:
1. A web application that requires edge-based SSL/TLS termination, URL path-based routing, and immediate session failover.
2. A high-throughput telemetry ingestion endpoint that communicates over a custom TCP port (MQTT) and must route clients to the lowest-latency active datacenter.
Which global routing configuration should you recommend to meet these requirements with the lowest operational complexity?
- AConfigure Azure Front Door to route traffic for both the web application and the telemetry ingestion service, utilizing custom domain routing and protocol translation.
- Configure Azure Front Door to route traffic for the web application, and configure Azure Traffic Manager using performance routing to resolve the endpoint for the telemetry ingestion service.Cevap
- CConfigure Azure Traffic Manager using priority routing for both the web application and the telemetry ingestion service, relying on DNS-level failover for both workloads.
- DConfigure Azure Application Gateway with multi-site listeners in both regions to globally distribute traffic for both the web application and the telemetry ingestion service.
Cevap
Configure Azure Front Door to route traffic for the web application, and configure Azure Traffic Manager using performance routing to resolve the endpoint for the telemetry ingestion service.
The correct option correctly pairs Azure Front Door with Azure Traffic Manager. Azure Front Door handles the HTTP/HTTPS web application, providing required Layer capabilities like SSL/TLS termination at the edge and URL path-based routing. Azure Traffic Manager resolves the DNS queries for the custom TCP port (MQTT) telemetry ingestion service, routing clients to the lowest-latency healthy regional endpoint. Since Traffic Manager works at the DNS level, it is protocol-agnostic and supports non-HTTP TCP traffic.
Adım Adım Çözüm
Anahtar Kavram
Selecting and combining global Azure load balancing services based on protocol support (Layer HTTP/HTTPS vs. protocol-agnostic DNS routing).
Tahmini Süre:2m 30s