Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion checklists/afd_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
"guid": "147a13d4-2a2f-4824-a524-f5855b52b946",
"id": "A01.31",
"severity": "High",
"graph" : "resources| where type == "microsoft.network/frontdoorwebapplicationfirewallpolicies"| where properties['managedRules']['managedRuleSets'][1]['ruleSetType'] =~ "Microsoft_BotManagerRuleSet"| extend compliant = properties['managedRules']['managedRuleSets'][1]['ruleSetType'] =~ "Microsoft_BotManagerRuleSet"| distinct id,name,compliant",
Copy link
Copy Markdown
Collaborator

@erjosito erjosito Sep 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use single quotes (instead of double quotes) inside of the ARG query string

"link": "https://learn.microsoft.com/azure/web-application-firewall/afds/waf-front-door-best-practices#enable-bot-management-rules"
},
{
Expand Down Expand Up @@ -514,4 +515,4 @@
"waf": "all",
"timestamp": "September 23, 2024"
}
}
}