exam questions

Exam AZ-720 All Questions

View all questions & answers for the AZ-720 exam

Exam AZ-720 topic 5 question 41 discussion

Actual exam question from Microsoft's AZ-720
Question #: 2
Topic #: 5
[All AZ-720 Questions]

HOTSPOT -
A company deploys a new application and places the application behind an Azure Application Gateway Web Application Firewall (WAF).
A user with the client IP 203.0.113.26 reports that they cannot access the application.
You need to troubleshoot the the issue.
How should you complete the query? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
terawatt
1 year, 11 months ago
where ResourceProvider == "MICROSOFT.NETWORK" and Category == "ApplicationGatewayFirewallLog" filters for entries related to the Application Gateway WAF. where clientIP_s == "203.0.113.26" filters for entries where the client IP address is 203.0.113.26. This will provide the WAF logs related to the client with IP 203.0.113.26, providing insights into whether the firewall is blocking the user's requests. You might see entries related to rule matches, actions taken (like Block or Allow), and more detailed information that could help identify the problem.
upvoted 1 times
...
MarshalLaw
2 years, 2 months ago
Correct! https://learn.microsoft.com/en-us/azure/application-gateway/log-analytics
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...