You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/quickstart-load-balancer-standard-public-portal.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,21 +105,20 @@ A Load Balancer rule is used to define how traffic is distributed to the VMs. Yo
105
105
106
106
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.
107
107
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
110
109
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:
112
111
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**.
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