Skip to content

Commit 68ded6a

Browse files
authored
Merge pull request #106229 from asudbring/lbvnetupd
Vnet UI update
2 parents 94633ed + 4caf050 commit 68ded6a

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

articles/load-balancer/quickstart-load-balancer-standard-public-portal.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -105,21 +105,20 @@ A Load Balancer rule is used to define how traffic is distributed to the VMs. Yo
105105

106106
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.
107107

108-
### Create a virtual network
109-
1. On the upper-left side of the screen, select **Create a resource** > **Networking** > **Virtual network**.
108+
## Virtual network and parameters
110109

111-
1. In **Create virtual network**, enter or select this information:
110+
In this section you'll need to replace the following parameters in the steps with the information below:
112111

113-
| Setting | Value |
114-
| ------- | ----- |
115-
| Name | Enter *myVNet*. |
116-
| Address space | Enter *10.1.0.0/16*. |
117-
| Subscription | Select your subscription.|
118-
| Resource group | Select existing resource - *myResourceGroupSLB*. |
119-
| Location | Select **West Europe**.|
120-
| Subnet - Name | Enter *myBackendSubnet*. |
121-
| Subnet - Address range | Enter *10.1.0.0/24*. |
122-
1. Leave the rest of the defaults and select **Create**.
112+
| Parameter | Value |
113+
|-----------------------------|----------------------|
114+
| **\<resource-group-name>** | myResourceGroupSLB |
115+
| **\<virtual-network-name>** | myVNet |
116+
| **\<region-name>** | West Europe |
117+
| **\<IPv4-address-space>** | 10.1.0.0\16 |
118+
| **\<subnet-name>** | myBackendSubnet |
119+
| **\<subnet-address-range>** | 10.1.0.0\24 |
120+
121+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
123122

124123
### Create virtual machines
125124
Public IP SKUs and Load Balancer SKUs must match. For Standard Load Balancer , use VMs with Standard IP addresses in the backend pool. In this section, you will create three VMs (*myVM1*, *myVM2* and *myVM3*) with a Standard public IP address in three different zones (*Zone 1*, *Zone 2*, and *Zone 3*) that are later added to the backend pool of the Load Balancer that was created earlier. If you selected Basic, use VMs with Basic IP addresses.

0 commit comments

Comments
 (0)