Skip to content

Commit 56abecb

Browse files
commit suggested change from Miskatonic-Electronic
Co-authored-by: Luke <[email protected]>
1 parent a1c83dd commit 56abecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/partner-web-application-firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Once logging is set up and your WAF is receiving traffic, you can assess the eff
128128
```json
129129
AzureDiagnostics
130130
| where Category == "FrontDoorWebApplicationFirewallLog"
131-
| where action_s in ("Log", "Action", "Block", "JSChallenge", "Redirect") and ruleName_s contains "BotManager"
131+
| where action_s in ("Log", "Allow", "Block", "JSChallenge", "Redirect") and ruleName_s contains "BotManager"
132132
| extend RuleGroup = extract("Microsoft_BotManagerRuleSet-[\\d\\.]+-(.*?)-Bot\\d+", 1, ruleName_s)
133133
| extend RuleGroupAction = strcat(RuleGroup, " - ", action_s)
134134
| summarize Hits = count() by RuleGroupAction, bin(TimeGenerated, 30m)

0 commit comments

Comments
 (0)