Skip to content

Commit 6cf7d4a

Browse files
author
JingnanXu
committed
Add Front Door WAF exception add example
1 parent 74efb20 commit 6cf7d4a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • Commands/network/front-door/waf-policy/managed-rules/exception

Commands/network/front-door/waf-policy/managed-rules/exception/_add.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ Create Exception
77
### [2025-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2Zyb250ZG9vcndlYmFwcGxpY2F0aW9uZmlyZXdhbGxwb2xpY2llcy97fQ==/2025-11-01.xml) **Stable**
88

99
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/frontdoorwebapplicationfirewallpolicies/{} 2025-11-01 properties.managedRules.exceptionsList.exceptions[] -->
10+
11+
#### examples
12+
13+
- Add a managed rule exception to a WAF policy.
14+
```bash
15+
network front-door waf-policy managed-rules exception add --resource-group rg1 --policy-name Policy1 --match-variable RequestUri --match-values /login.php --value-match-operator Equals --scopes [0].rule-set-type=Microsoft_DefaultRuleSet [0].rule-set-version=2.0
16+
```

0 commit comments

Comments
 (0)