We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a124d commit 1fde711Copy full SHA for 1fde711
articles/web-application-firewall/afds/waf-front-door-monitor.md
@@ -34,7 +34,7 @@ The following example query obtains WAF logs on blocked requests:
34
``` WAFlogQuery
35
AzureDiagnostics
36
| where ResourceType == "FRONTDOORS" and Category == "FrontdoorWebApplicationFirewallLog"
37
-| where action_name_s == "Block"
+| where action_s == "Block"
38
39
```
40
0 commit comments