A logistics company is modernizing a web-based vehicle tracking API hosted on a pool of Azure Virtual Machines in a single region. The API requires SSL/TLS termination and URL path-based routing to direct traffic to different backend pools. The virtual machines are currently configured with Basic SKU Public IP addresses for management. You need to recommend a regional load balancing solution that meets these requirements. Which Azure service should you select?
- Azure Application Gateway (Standard v2)Cevap
- BAzure Load Balancer (Standard SKU)
- CAzure Traffic Manager
- DAzure Front Door
Cevap
Azure Application Gateway (Standard v2) is the correct service because it provides Layer 7 load balancing features, including SSL/TLS termination and URL path-based routing, within a single region. Because it routes traffic to the backend using private IP addresses, it does not conflict with the existing Basic SKU Public IP configurations on the backend virtual machines.
Azure Application Gateway (Standard v2) is designed for regional Layer 7 load balancing. It natively supports SSL/TLS termination and URL path-based routing. Since it forwards traffic to backend VMs via private IP addresses, the SKU of the virtual machines' public IPs does not impact its deployment.
Adım Adım Çözüm
Anahtar Kavram
Azure Application Gateway is a regional Layer 7 load balancer that supports SSL/TLS termination and URL path-based routing, and it avoids the Basic/Standard SKU mismatch constraint because it routes traffic over private IPs.