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 53f14df + 9dee475 commit 62ff59eCopy full SHA for 62ff59e
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