Recall & Review
beginner
What is a Web Application Firewall (WAF) in Azure Application Gateway?
A WAF is a security feature in Azure Application Gateway that protects web applications by filtering and monitoring HTTP traffic to block malicious requests like SQL injection or cross-site scripting.
Click to reveal answer
beginner
How does Azure Application Gateway WAF protect your web app?
It inspects incoming web traffic and blocks attacks based on predefined security rules, helping to prevent common web vulnerabilities and attacks.
Click to reveal answer
intermediate
What is the difference between Detection and Prevention modes in WAF?
Detection mode only logs potential threats without blocking them, while Prevention mode actively blocks malicious traffic to protect the application.
Click to reveal answer
beginner
Why is it important to enable WAF on Application Gateway for public-facing web apps?
Because public web apps are exposed to the internet and can be targeted by attackers, WAF helps protect them by filtering harmful traffic before it reaches the app.
Click to reveal answer
intermediate
What are custom WAF rules in Azure Application Gateway?
Custom WAF rules let you create specific conditions to allow or block traffic based on your app’s unique needs, adding extra control beyond default rules.Click to reveal answer
What does Azure Application Gateway WAF primarily protect against?
✗ Incorrect
WAF focuses on protecting web apps from attacks such as SQL injection and cross-site scripting.
Which WAF mode blocks malicious traffic instead of just logging it?
✗ Incorrect
Prevention mode actively blocks malicious requests, while Detection mode only logs them.
Where is Azure Application Gateway WAF deployed in relation to your web app?
✗ Incorrect
The WAF is placed in front of the web app to inspect and filter incoming traffic.
What can you customize in Azure Application Gateway WAF to fit your app’s needs?
✗ Incorrect
Custom WAF rules allow you to define specific traffic filtering conditions.
Why should you enable WAF for public-facing web applications?
✗ Incorrect
Public web apps are exposed to attacks, so WAF helps protect them by filtering harmful traffic.
Explain how Azure Application Gateway WAF protects a web application from attacks.
Think about how a security guard checks visitors before they enter a building.
You got /4 concepts.
Describe the difference between Detection and Prevention modes in Azure Application Gateway WAF.
One mode watches quietly, the other acts to stop danger.
You got /4 concepts.