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 1017c8d commit 9dee475Copy full SHA for 9dee475
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_s == "Block"
+| where action_name_s == "Block"
38
39
```
40
@@ -100,4 +100,4 @@ Here is an example of a logged request in Access log:
100
101
## Next steps
102
103
-- Learn more about [Front Door](../../frontdoor/front-door-overview.md).
+- Learn more about [Front Door](../../frontdoor/front-door-overview.md).
0 commit comments