Skip to content

Commit 457581a

Browse files
authored
Merge pull request #95937 from asukumar22/patch-3
Priority config missing in front end rule creation
2 parents c7e2fe3 + 27e41fc commit 457581a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/application-gateway/quick-create-powershell.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ $defaultlistener = New-AzApplicationGatewayHttpListener `
129129
$frontendRule = New-AzApplicationGatewayRequestRoutingRule `
130130
-Name rule1 `
131131
-RuleType Basic `
132+
-Priority 100 `
132133
-HttpListener $defaultlistener `
133134
-BackendAddressPool $backendPool `
134135
-BackendHttpSettings $poolSettings

0 commit comments

Comments
 (0)