Skip to content

Commit 6d92168

Browse files
Update custom-waf-rules-overview.md
1 parent 20a4a8f commit 6d92168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/web-application-firewall/ag/custom-waf-rules-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ $AllowRule = New-AzApplicationGatewayFirewallCustomRule `
4444
-Priority 2 `
4545
-RuleType MatchRule `
4646
-MatchCondition $condition `
47-
-Action Allow
47+
-Action Allow `
4848
-State Enabled
4949
5050
$BlockRule = New-AzApplicationGatewayFirewallCustomRule `
5151
-Name example2 `
5252
-Priority 2 `
5353
-RuleType MatchRule `
5454
-MatchCondition $condition `
55-
-Action Block
55+
-Action Block `
5656
-State Enabled
5757
```
5858

0 commit comments

Comments
 (0)