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/tutorial-load-balancer-standard-manage-portal.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,22 +111,20 @@ A Load Balancer rule is used to define how traffic is distributed to the VMs. Yo
111
111
112
112
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.
113
113
114
-
### Create a virtual network
114
+
##Virtual network and parameters
115
115
116
-
1. On the upper-left side of the screen, select **Create a resource** > **Networking** > **Virtual network**.
117
-
2. In **Create virtual network**, enter or select this information:
116
+
In this section you'll need to replace the following parameters in the steps with the information below:
118
117
119
-
| Setting | Value |
120
-
| ------- | ----- |
121
-
| Name | Enter *myVNet*. |
122
-
| Address space | Enter *10.1.0.0/16*. |
123
-
| Subscription | Select your subscription.|
124
-
| Resource group | Select existing resource - *myResourceGroupSLB*. |
125
-
| Location | Select **West Europe**.|
126
-
| Subnet - Name | Enter *myBackendSubnet*. |
127
-
| Subnet - Address range | Enter *10.1.0.0/24*. |
128
-
129
-
3. Leave the rest of the defaults and select **Create**.
0 commit comments