ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 87 - AZ-720 discussion

Report
Export

HOTSPOT

A company deploys a new application and places the application behind an Azure Application Gateway Web Application Firewall (WAF). A user with client IP 203.0.113.26 reports that they cannot access the application.

You need to troubleshoot the issue.

How should you complete the query?


Question 87
Correct answer: Question 87

Explanation:

To complete the query to troubleshoot the issue where a user with client IP 203.0.113.26 reports that they cannot access the application behind an Azure Application Gateway Web Application Firewall (WAF), you should enter the following values in the query:

AzureDiagnostics

| where ResourceType == "APPLICATIONGATEWAYS" and Category ==

"ApplicationGatewayFirewallLog"

| where clientIp_s == "203.0.113.26"

| project TimeGenerated, clientIp_s, ruleId_s, action_s

This query filters the AzureDiagnostics log to show only entries related to the Application Gateway Firewall Log for the specified client IP address. The results will show the time of the event, the client IP address, the rule ID that was triggered, and the action taken by the WAF.

asked 02/10/2024
Sergio Quintero Angel
36 questions
User
0 comments
Sorted by

Leave a comment first