An enterprise is designing a regional application architecture in West US 2. The solution requires hosting two distinct workloads on Azure Virtual Machines:
1. A web application backend that requires SSL/TLS termination, URL-path-based routing, and cookie-based session affinity.
2. A high-throughput legacy database backend that communicates over a custom TCP port and requires layer 4 load balancing.
The virtual machines for both workloads will be deployed across multiple Availability Zones. Currently, the legacy database virtual machines have Basic SKU Public IP addresses assigned to their network interfaces.
You need to design a load balancing solution that meets these requirements while ensuring successful deployment validation.
Which of the following actions should you perform? (Select TWO.)
- Deploy Azure Application Gateway Standard v2 to route traffic to the web application backend.Cevap
- Deploy a Standard SKU Azure Load Balancer for the legacy database backend, and either upgrade the database virtual machines' Public IP addresses to Standard SKU or remove them.Cevap
- CDeploy Azure Traffic Manager to manage URL-path-based routing and SSL/TLS termination for the web application backend.
- DDeploy a Basic SKU Azure Load Balancer to load balance the legacy database backend to support the existing Basic SKU Public IP addresses.