@@ -27,21 +27,22 @@ Sign in to the Azure portal at https://portal.azure.com.
27
27
28
28
First, create a virtual network. Next, create an internal load balancer to use with the Private Link service.
29
29
30
- ### Create the virtual network
30
+ ## Virtual network and parameters
31
31
32
32
In this section, you create a virtual network. You also create the subnet to host the load balancer that accesses your Private Link service.
33
33
34
- 1 . On the upper-left side of the portal, select ** Create a resource ** > ** Networking ** > ** Virtual network ** .
34
+ In this section you'll need to replace the following parameters in the steps with the information below:
35
35
36
- 1 . On the ** Create virtual network** pane, enter or select these values:
36
+ | Parameter | Value |
37
+ | -----------------------------| ----------------------|
38
+ | ** \< resource-group-name>** | myResourceGroupLB |
39
+ | ** \< virtual-network-name>** | myVNet |
40
+ | ** \< region-name>** | East US 2 |
41
+ | ** \< IPv4 address space>** | 10.3.0.0\16 |
42
+ | ** \< subnet-name>** | myBackendSubnet |
43
+ | ** \< subnet-address-range>** | 10.3.0.0\24 |
37
44
38
- - ** Name** : Enter ** myVNet** .
39
- - ** ResourceGroup** : Select ** Create new** , enter ** myResourceGroupLB** , and select ** OK** .
40
- - ** Subnet** > ** Name** : Enter ** myBackendSubnet** .
41
-
42
- 1 . Select ** Create** .
43
-
44
- ![ Create a virtual network] ( ../load-balancer/media/tutorial-load-balancer-basic-internal-portal/2-load-balancer-virtual-network.png )
45
+ [ !INCLUDE [ virtual-networks-create-new] ( ../../includes/virtual-networks-create-new.md )]
45
46
46
47
### Create a standard load balancer
47
48
0 commit comments