Skip to content

Commit c3cf76d

Browse files
authored
Merge pull request #103499 from raghushukla1/patch-2
Update tutorial-multiple-sites-cli.md
2 parents 84a8dab + 1b8727a commit c3cf76d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/application-gateway/tutorial-multiple-sites-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ az network application-gateway create \
8888
--frontend-port 80 \
8989
--http-settings-port 80 \
9090
--http-settings-protocol Http \
91-
--public-ip-address myAGPublicIPAddress
91+
--public-ip-address myAGPublicIPAddress \
92+
--priority 10
9293
```
9394

9495
It may take several minutes for the application gateway to be created. After the application gateway is created, you can see these new features of it:

0 commit comments

Comments
 (0)