We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3cf76d + 37c8d5e commit c60532fCopy full SHA for c60532f
articles/application-gateway/tutorial-multiple-sites-cli.md
@@ -154,15 +154,17 @@ az network application-gateway rule create \
154
--resource-group myResourceGroupAG \
155
--http-listener contosoListener \
156
--rule-type Basic \
157
- --address-pool contosoPool
+ --address-pool contosoPool \
158
+ --priority 200
159
160
az network application-gateway rule create \
161
--gateway-name myAppGateway \
162
--name fabrikamRule \
163
164
--http-listener fabrikamListener \
165
- --address-pool fabrikamPool
166
+ --address-pool fabrikamPool \
167
+ --priority 100
168
169
az network application-gateway rule delete \
170
0 commit comments