File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,9 +151,9 @@ $listener02 = New-AzApplicationGatewayHttpListener -Name "HTTPListener" `
151
151
$setting = New-AzApplicationGatewayBackendHttpSettings -Name "BackendHttpSetting1" `
152
152
-Port 80 -Protocol Http -CookieBasedAffinity Disabled -PickHostNameFromBackendAddress
153
153
$rule01 = New-AzApplicationGatewayRequestRoutingRule -Name "Rule1" -RuleType basic `
154
- -BackendHttpSettings $setting -HttpListener $listener01 -BackendAddressPool $pool
154
+ -BackendHttpSettings $setting -HttpListener $listener01 -BackendAddressPool $pool -Priority 1
155
155
$rule02 = New-AzApplicationGatewayRequestRoutingRule -Name "Rule2" -RuleType basic `
156
- -BackendHttpSettings $setting -HttpListener $listener02 -BackendAddressPool $pool
156
+ -BackendHttpSettings $setting -HttpListener $listener02 -BackendAddressPool $pool -Priority 2
157
157
```
158
158
159
159
## Specify autoscale
You can’t perform that action at this time.
0 commit comments