A retail company plans to host a customer-facing web portal on Azure Virtual Machines in the West Europe region. The architecture requires a load balancing solution that can perform SSL/TLS termination, route traffic to different backend virtual machines based on the incoming request path (such as /checkout and /products), and support cookie-based session affinity. The backend virtual machines currently have network interfaces associated with Basic SKU public IP addresses.
Which load balancing solution should the company implement to meet these requirements?
- Azure Application Gateway Standard v2 utilizing the private IP addresses of the virtual machines in the backend poolCevap
- BAzure Standard Load Balancer configured with a backend pool containing the virtual machines
- CAzure Traffic Manager routing traffic based on performance to the public IP addresses of the virtual machines
- DAzure Front Door Standard configured with a backend pool pointing directly to the private IP addresses of the virtual machines
Cevap
Azure Application Gateway Standard v2 utilizing the private IP addresses of the virtual machines in the backend pool
The correct option is the choice recommending Azure Application Gateway Standard v2. It operates at Layer 7, fulfilling the requirements for SSL/TLS termination, path-based routing, and cookie-based session affinity. Because Application Gateway targets the private IP addresses of the backend virtual machines, it avoids the validation failures that occur when mixing Basic SKU public IP addresses with Standard SKU load balancing resources.
Adım Adım Çözüm
Anahtar Kavram
Selecting Azure Application Gateway to satisfy Layer 7 routing and SSL requirements while avoiding public IP SKU mismatch constraints on backend virtual machines