Skip to content

Commit 2c1cc33

Browse files
authored
Merge pull request #106275 from asudbring/lbvnetupd
VNET UI update
2 parents bb89524 + ca5206b commit 2c1cc33

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

articles/load-balancer/tutorial-load-balancer-port-forwarding-portal.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,20 @@ First, create a public Standard load balancer that can balance traffic load over
6363

6464
Create a virtual network with two virtual machines, and add the VMs to the back-end pool of your load balancer.
6565

66-
### Create a virtual network
66+
## Virtual network and parameters
6767

68-
1. On the upper-left side of the portal, select **Create a resource** > **Networking** > **Virtual network**.
69-
70-
1. In the **Create virtual network** pane, type or select these values:
71-
72-
- **Name**: Type *MyVNet*.
73-
- **ResourceGroup**: Drop down **Select existing** and select **MyResourceGroupLB**.
74-
- **Subnet** > **Name**: Type *MyBackendSubnet*.
75-
76-
1. Select **Create**.
68+
In this section you'll need to replace the following parameters in the steps with the information below:
69+
70+
| Parameter | Value |
71+
|-----------------------------|----------------------|
72+
| **\<resource-group-name>** | myResourceGroupLB (Select existing resource group) |
73+
| **\<virtual-network-name>** | myVNet |
74+
| **\<region-name>** | West Europe |
75+
| **\<IPv4-address-space>** | 10.3.0.0\16 |
76+
| **\<subnet-name>** | myBackendSubnet |
77+
| **\<subnet-address-range>** | 10.3.0.0\24 |
7778

78-
![Create a virtual network](./media/tutorial-load-balancer-port-forwarding-portal/2-load-balancer-virtual-network.png)
79+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
7980

8081
### Create VMs and add them to the load balancer back-end pool
8182

0 commit comments

Comments
 (0)