Skip to content

Commit 5e29ada

Browse files
committed
Fix scale sets
1 parent 5ba9444 commit 5e29ada

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scenarios/azure-docs/articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-cli.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Results:
119119
}
120120
```
121121

122-
### Create Application Gateway resources
122+
### Create Subnet
123123

124124
Azure Application Gateway requires a dedicated subnet within your virtual network. The following command creates a subnet named $MY_APPGW_SN_NAME with a specified address prefix named $MY_APPGW_SN_PREFIX in your virtual network $MY_VNET_NAME.
125125

@@ -143,6 +143,9 @@ Results:
143143
"type": "Microsoft.Network/virtualNetworks/subnets"
144144
}
145145
```
146+
147+
### Create Static IP
148+
146149
The following command creates a standard, zone redundant, static, public IPv4 in your resource group.
147150

148151
```bash
@@ -183,6 +186,8 @@ Results:
183186
}
184187
```
185188

189+
### Create Application Gateway
190+
186191
In this step, you create an Application Gateway that you're going to integrate with your Virtual Machine Scale Set. This example creates a zone redundant Application Gateway with Standard_v2 SKU and enables Http communication for the Application Gateway. The public IP $MY_APPGW_PUBLIC_IP_NAME created in previous step is attached to the Application Gateway.
187192

188193
```bash

0 commit comments

Comments
 (0)