A company is designing a regional web-based application in the North Europe region. The application is hosted on five Azure Virtual Machines, each configured with a Basic SKU public IP address for administrative access. You need to design a load balancing solution to distribute incoming HTTP and HTTPS traffic across these virtual machines. The solution must meet the following requirements:
- Route traffic based on the URL path (e.g., `/api/*` and `/web/*` to different backend pools).
- Terminate SSL/TLS sessions at the load balancer level to offload decryption overhead.
- Keep the existing virtual machines and their Basic SKU public IP configurations without modification.
- Restrict all traffic distribution to the regional level.
Which Azure load balancing service should you recommend?
- AAzure Traffic Manager
- Azure Application Gateway (Standard v2)Cevap
- CAzure Load Balancer (Standard)
- DAzure Load Balancer (Basic)