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.
2 parents 4b5a98c + 1fde711 commit d1bd6d0Copy full SHA for d1bd6d0
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