An enterprise is modernizing a legacy web application in a single Azure region. The application requires routing incoming HTTP/HTTPS traffic to different virtual machine scale sets based on the URL path (such as routing `/api/*` to a dedicated API pool and `/web/*` to a web pool). The design must support SSL/TLS termination at the load balancing tier to offload decryption overhead from the backend instances. Additionally, administrative access to individual virtual machines must be preserved via Basic SKU Public IP addresses currently assigned directly to their network interfaces, and the load balancing solution must be restricted to regional distribution within the primary virtual network. Which of the following configuration options should the architect recommend?
- Deploy an Azure Application Gateway (Standard v2) and configure the backend pools to target the private IP addresses of the virtual machines.Cevap
- BDeploy an Azure Standard Load Balancer and add the network interfaces of the virtual machines to the backend pool while retaining their Basic SKU Public IPs.
- CDeploy Azure Traffic Manager to distribute the incoming traffic and configure SSL termination and path-based routing rules.
- DDeploy Azure Front Door and configure routing rules to direct public HTTP/HTTPS requests to the Basic SKU Public IP addresses of the virtual machines.