Skip to content

Commit 9dee475

Browse files
authored
WAF log query for blocked requests is invalid
'action_s' should be 'action_name_s'
1 parent 1017c8d commit 9dee475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/web-application-firewall/afds/waf-front-door-monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following example query obtains WAF logs on blocked requests:
3434
``` WAFlogQuery
3535
AzureDiagnostics
3636
| where ResourceType == "FRONTDOORS" and Category == "FrontdoorWebApplicationFirewallLog"
37-
| where action_s == "Block"
37+
| where action_name_s == "Block"
3838
3939
```
4040

@@ -100,4 +100,4 @@ Here is an example of a logged request in Access log:
100100

101101
## Next steps
102102

103-
- Learn more about [Front Door](../../frontdoor/front-door-overview.md).
103+
- Learn more about [Front Door](../../frontdoor/front-door-overview.md).

0 commit comments

Comments
 (0)