Complete the code to choose the Azure service that operates at Layer 4 of the OSI model.
The Azure [1] is a load balancing service that works at the transport layer (Layer 4).
The Azure Load Balancer operates at Layer 4 (transport layer), handling TCP and UDP traffic.
Complete the code to select the Azure service that supports Web Application Firewall (WAF).
To protect web applications from common threats, use Azure [1] which includes WAF capabilities.
Azure Application Gateway supports Web Application Firewall (WAF) to protect web apps.
Fix the error in the statement about Azure Load Balancer's traffic handling.
Azure Load Balancer routes traffic based on [1] information like URL paths.Azure Load Balancer routes traffic based on IP address and port, not URL paths or HTTP headers.
Fill both blanks to complete the sentence about Azure Application Gateway features.
Azure Application Gateway supports [1] routing and integrates with [2] for SSL termination.
Application Gateway supports URL-based routing and can use Azure Key Vault to manage SSL certificates for termination.
Fill all three blanks to complete the decision criteria for choosing between Load Balancer and Application Gateway.
Use Load Balancer for [1] traffic, Application Gateway for [2] traffic, and Application Gateway when you need [3].
Load Balancer is for TCP/UDP traffic, Application Gateway is for HTTP/HTTPS traffic, and Application Gateway provides WAF protection.