Skip to content

Commit 3d0de62

Browse files
authored
Update redirect-external-site-cli.md
1 parent 3d1bf5a commit 3d0de62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/application-gateway/redirect-external-site-cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,13 @@ az network application-gateway create \
6565
--vnet-name myVNet \
6666
--subnet myAGsubnet \
6767
--capacity 2 \
68-
--sku Standard_Medium \
68+
--sku Standard_v2 \
6969
--http-settings-cookie-based-affinity Disabled \
7070
--frontend-port 8080 \
7171
--http-settings-port 80 \
7272
--http-settings-protocol Http \
73-
--public-ip-address myAGPublicIPAddress
73+
--public-ip-address myAGPublicIPAddress \
74+
--priority 10 \
7475
```
7576

7677
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)