Skip to content

Commit 2170e8c

Browse files
committed
edited vnet ui update
1 parent 68ded6a commit 2170e8c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/load-balancer/tutorial-load-balancer-standard-manage-portal.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,18 @@ A Load Balancer rule is used to define how traffic is distributed to the VMs. Yo
111111

112112
In this section, you create a virtual network, create three virtual machines for the backend pool of the Load Balancer, and then install IIS on the virtual machines to help test the Load Balancer.
113113

114-
### Create a virtual network
114+
## Virtual network and parameters
115+
116+
In this section you'll need to replace the following parameters in the steps with the information below:
117+
118+
| Parameter | Value |
119+
|-----------------------------|----------------------|
120+
| **\<resource-group-name>** | myResourceGroupSLB |
121+
| **\<virtual-network-name>** | myVNet |
122+
| **\<region-name>** | West Europe |
123+
| **\<IPv4-address-space>** | 10.1.0.0\16 |
124+
| **\<subnet-name>** | mySubnet |
125+
| **\<subnet-address-range>** | 10.1.0.0\24 |
115126

116127
1. On the upper-left side of the screen, select **Create a resource** > **Networking** > **Virtual network**.
117128
2. In **Create virtual network**, enter or select this information:

0 commit comments

Comments
 (0)