@@ -89,7 +89,8 @@ az network application-gateway create \
89
89
--frontend-port 80 \
90
90
--http-settings-port 80 \
91
91
--http-settings-protocol Http \
92
- --public-ip-address myAGPublicIPAddress
92
+ --public-ip-address myAGPublicIPAddress \
93
+ --priority 100
93
94
```
94
95
95
96
It may take several minutes for the application gateway to be created. After the application gateway is created, you can see these new features:
@@ -216,7 +217,8 @@ az network application-gateway rule create \
216
217
--http-listener backendListener \
217
218
--rule-type PathBasedRouting \
218
219
--url-path-map urlpathmap \
219
- --address-pool appGatewayBackendPool
220
+ --address-pool appGatewayBackendPool \
221
+ --priority 100
220
222
221
223
az network application-gateway rule create \
222
224
--gateway-name myAppGateway \
@@ -225,7 +227,8 @@ az network application-gateway rule create \
225
227
--http-listener redirectedListener \
226
228
--rule-type PathBasedRouting \
227
229
--url-path-map redirectpathmap \
228
- --address-pool appGatewayBackendPool
230
+ --address-pool appGatewayBackendPool \
231
+ --priority 100
229
232
```
230
233
231
234
## Create virtual machine scale sets
@@ -314,4 +317,4 @@ az group delete --name myResourceGroupAG
314
317
## Next steps
315
318
316
319
> [ !div class="nextstepaction"]
317
- > [ Learn more about what you can do with application gateway] ( ./overview.md )
320
+ > [ Learn more about what you can do with application gateway] ( ./overview.md )
0 commit comments