Skip to content

Commit 62ff59e

Browse files
authored
Merge pull request #50362 from ericlobner/patch-1
WAF log query for blocked requests is invalid
2 parents 53f14df + 9dee475 commit 62ff59e

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)