Skip to content

Commit d1180b1

Browse files
Merge pull request #246704 from GitaraniSharma-MSFT/patch-89
(AzureCXP) MicrosoftDocs/azure-docs#112781
2 parents 4702cf4 + c780643 commit d1180b1

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)