An enterprise is modernizing a global HR SaaS application. The application consists of two main tiers:
1. A web application tier (HTTP/HTTPS) that requires SSL/TLS termination, URL path-based routing (e.g., routing `/benefits/*` and `/payroll/*` to different backend pools), and global optimization to route users to the closest region (either East US or West Europe).
2. A background data-sync tier that communicates using a custom TCP protocol on port 9090, requiring high-throughput regional layer 4 load balancing in the East US region.
The existing virtual machines for the background data-sync tier in East US are configured with Basic SKU Public IP addresses.
You need to design the application load balancing and delivery solution to meet these requirements while preventing configuration validation errors.
Which of the following actions should you recommend? (Select TWO.)
- Deploy Azure Front Door to route global HTTP/HTTPS traffic, terminate SSL, and perform URL path-based routing for the web application tier.Answer
- BDeploy Azure Traffic Manager to route global HTTP/HTTPS traffic, terminate SSL, and perform URL path-based routing for the web application tier.
- Deploy a Standard Load Balancer to distribute the custom TCP traffic for the background data-sync tier, and upgrade the background VMs' Public IPs to Standard SKU.Answer
- DDeploy a Standard Load Balancer to distribute the custom TCP traffic for the background data-sync tier, while retaining the existing Basic SKU Public IPs on the background VMs.