Skip to content

Commit c780643

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#112781
Fixed the rule command, adding the priority which is needed. Fixes MicrosoftDocs/azure-docs#112781
1 parent 6c16c94 commit c780643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/web-application-firewall/ag/tutorial-restrict-web-traffic-powershell.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ $defaultlistener = New-AzApplicationGatewayHttpListener `
135135
$frontendRule = New-AzApplicationGatewayRequestRoutingRule `
136136
-Name rule1 `
137137
-RuleType Basic `
138+
-Priority 1000 `
138139
-HttpListener $defaultlistener `
139140
-BackendAddressPool $defaultPool `
140141
-BackendHttpSettings $poolSettings

0 commit comments

Comments
 (0)