We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a4a8f commit 6d92168Copy full SHA for 6d92168
articles/web-application-firewall/ag/custom-waf-rules-overview.md
@@ -44,15 +44,15 @@ $AllowRule = New-AzApplicationGatewayFirewallCustomRule `
44
-Priority 2 `
45
-RuleType MatchRule `
46
-MatchCondition $condition `
47
- -Action Allow
+ -Action Allow `
48
-State Enabled
49
50
$BlockRule = New-AzApplicationGatewayFirewallCustomRule `
51
-Name example2 `
52
53
54
55
- -Action Block
+ -Action Block `
56
57
```
58
0 commit comments