WebApplicationFirewallPolicy
Resource Icon

Resource Overview
Web Application Firewall Policy is a web firewall policy applied to services such as Application Gateway (WAF), providing centralized management of detection and blocking rules based on OWASP rule sets.
By using managed rule groups (OWASP/Bot Manager) and exclusions, it allows tuning protection levels against web attacks (such as SQLi and XSS) while reducing false positives.
Associated Resources
Parent Resources
Connected Resources
Resource Configuration
owasp_version: Version of the OWASP rule setmicrosoft_bot_manager_rule_set_version: Version of the Microsoft Bot Manager rule settag: Tags used to categorize resources
Managed Rule Group (managed_rule_group)
managed_rule_group.type: Type of the rule set -OWASP,Microsoft_BotManagerRuleSetmanaged_rule_group.rule_group_name: Name of the rule group to usemanaged_rule_group.disabled_rules: List of rule IDs to disable
Exclusion (exclusion)
exclusion.match_variable: Variable to match -RequestArgNames,RequestCookieNames,RequestHeaderNamesexclusion.selector: Value to compare against the match variableexclusion.selector_match_operator: Operator used to evaluate matches -Contains,EndsWith,Equals,EqualsAny,StartsWith