Skip to content

Commit 51ac7a3

Browse files
(AzureCXP) Added priority option
resolves MicrosoftDocs/azure-docs#109899
1 parent fb4a854 commit 51ac7a3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/application-gateway/tutorial-url-redirect-cli.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ az network application-gateway create \
8989
--frontend-port 80 \
9090
--http-settings-port 80 \
9191
--http-settings-protocol Http \
92-
--public-ip-address myAGPublicIPAddress
92+
--public-ip-address myAGPublicIPAddress \
93+
--priority 100
9394
```
9495

9596
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 \
216217
--http-listener backendListener \
217218
--rule-type PathBasedRouting \
218219
--url-path-map urlpathmap \
219-
--address-pool appGatewayBackendPool
220+
--address-pool appGatewayBackendPool \
221+
--priority 100
220222
221223
az network application-gateway rule create \
222224
--gateway-name myAppGateway \
@@ -225,7 +227,8 @@ az network application-gateway rule create \
225227
--http-listener redirectedListener \
226228
--rule-type PathBasedRouting \
227229
--url-path-map redirectpathmap \
228-
--address-pool appGatewayBackendPool
230+
--address-pool appGatewayBackendPool \
231+
--priority 100
229232
```
230233

231234
## Create virtual machine scale sets
@@ -314,4 +317,4 @@ az group delete --name myResourceGroupAG
314317
## Next steps
315318

316319
> [!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

Comments
 (0)