Skip to content

Commit 2987dcb

Browse files
authored
Update tutorial-autoscale-ps.md
1 parent 6b908c3 commit 2987dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/tutorial-autoscale-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ $listener02 = New-AzApplicationGatewayHttpListener -Name "HTTPListener" `
151151
$setting = New-AzApplicationGatewayBackendHttpSettings -Name "BackendHttpSetting1" `
152152
-Port 80 -Protocol Http -CookieBasedAffinity Disabled -PickHostNameFromBackendAddress
153153
$rule01 = New-AzApplicationGatewayRequestRoutingRule -Name "Rule1" -RuleType basic `
154-
-BackendHttpSettings $setting -HttpListener $listener01 -BackendAddressPool $pool
154+
-BackendHttpSettings $setting -HttpListener $listener01 -BackendAddressPool $pool -Priority 1
155155
$rule02 = New-AzApplicationGatewayRequestRoutingRule -Name "Rule2" -RuleType basic `
156-
-BackendHttpSettings $setting -HttpListener $listener02 -BackendAddressPool $pool
156+
-BackendHttpSettings $setting -HttpListener $listener02 -BackendAddressPool $pool -Priority 2
157157
```
158158

159159
## Specify autoscale

0 commit comments

Comments
 (0)