A national education board is designing the application delivery and load balancing architecture for its regional virtual learning management system (LMS) in the East US region. The virtual machines (VMs) hosting the system are deployed across multiple Availability Zones to ensure high availability. The architecture must satisfy the following requirements:
1. Distribute incoming UDP-based video streaming traffic across the backend VMs.
2. Route HTTPS-based web portal traffic, including offloading SSL/TLS termination and routing requests with the path '/assignments/*' to a dedicated virtual machine scale set.
3. The backend virtual machines currently have Basic SKU Public IP addresses associated with their network interfaces for direct administrative access.
Which two of the following components and configurations should you include in the design to meet these requirements?
- An Azure Application Gateway (Standard v2 SKU) to handle the HTTPS-based web portal traffic and route requests based on URL paths.Cevap
- An Azure Load Balancer (Standard SKU) to distribute the UDP-based streaming traffic, after upgrading the virtual machines' Public IP addresses to Standard SKU.Cevap
- CAn Azure Load Balancer (Basic SKU) to distribute the UDP-based streaming traffic, allowing the virtual machines to keep their existing Basic SKU Public IP addresses.
- DAzure Traffic Manager to manage the HTTPS-based web portal traffic, perform SSL termination, and route requests based on URL paths.