An enterprise is designing a regional application delivery and load balancing solution in Azure. The architecture must support a multi-tier application with the following requirements:
1. Handle incoming HTTP/HTTPS traffic, perform SSL/TLS termination, and route requests to different backend pools based on the URL path (/orders/* and /products/*).
2. Load balance inbound TCP traffic on port 9090 across a pool of Azure Virtual Machines.
3. The virtual machines currently use Basic SKU public IP addresses for direct administrative access.
4. The load balancing components must support Availability Zones for high availability.
Which two actions should you include in the design to meet the requirements while preventing configuration failures? (Select two.)
- Deploy an Azure Application Gateway v2 to manage the URL path-based routing and SSL/TLS termination.Answer
- Deploy an Azure Standard Load Balancer to route the TCP traffic on port 9090, and upgrade the virtual machine public IP addresses to Standard SKU.Answer
- CDeploy an Azure Basic Load Balancer to route the TCP traffic on port 9090, allowing the virtual machines to keep their existing Basic SKU public IP addresses.
- DDeploy Azure Traffic Manager to manage the incoming HTTP/HTTPS traffic, perform SSL/TLS termination, and route requests based on the URL path.
- EConfigure the Azure Standard Load Balancer to perform URL path-based routing and SSL/TLS termination for the HTTP/HTTPS traffic.