AZ-305 · Question #51
Drag and Drop Question Your company has an existing web app that runs on Azure virtual machines. You need to ensure that the app is protected from SQL injection attempts and uses a layer-7 load…
The correct answer is Azure Application Gateway; Web Application Firewall (WAF). Azure Application Gateway is the correct layer-7 load balancer because it operates at the HTTP/HTTPS application layer and can route traffic based on URL paths, host headers, and other HTTP attributes - making it ideal for web applications without requiring code changes. Web…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Azure Application Gateway
- Web Application Firewall (WAF)
Explanation
Azure Application Gateway is the correct layer-7 load balancer because it operates at the HTTP/HTTPS application layer and can route traffic based on URL paths, host headers, and other HTTP attributes - making it ideal for web applications without requiring code changes. Web Application Firewall (WAF) is the correct service to protect against SQL injection because it is a feature integrated with Application Gateway that inspects incoming HTTP traffic for malicious patterns (including OWASP Top 10 threats like SQL injection) at the network edge, requiring zero changes to application code. Together, these two services satisfy both requirements: layer-7 load balancing and SQL injection protection with minimal disruption.
Topics
Community Discussion
No community discussion yet for this question.
