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.
1 parent 3d1bf5a commit 3d0de62Copy full SHA for 3d0de62
articles/application-gateway/redirect-external-site-cli.md
@@ -65,12 +65,13 @@ az network application-gateway create \
65
--vnet-name myVNet \
66
--subnet myAGsubnet \
67
--capacity 2 \
68
- --sku Standard_Medium \
+ --sku Standard_v2 \
69
--http-settings-cookie-based-affinity Disabled \
70
--frontend-port 8080 \
71
--http-settings-port 80 \
72
--http-settings-protocol Http \
73
- --public-ip-address myAGPublicIPAddress
+ --public-ip-address myAGPublicIPAddress \
74
+ --priority 10 \
75
```
76
77
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