Skip to content

Commit af8d530

Browse files
authored
Merge pull request #106197 from asudbring/privlnkvnetupd
Updated vnet create UI
2 parents eb8b3ec + f0a86bd commit af8d530

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

articles/private-link/create-private-link-service-portal.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,22 @@ Sign in to the Azure portal at https://portal.azure.com.
2727

2828
First, create a virtual network. Next, create an internal load balancer to use with the Private Link service.
2929

30-
### Create the virtual network
30+
## Virtual network and parameters
3131

3232
In this section, you create a virtual network. You also create the subnet to host the load balancer that accesses your Private Link service.
3333

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:
3535

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 |
3744

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)]
4546

4647
### Create a standard load balancer
4748

0 commit comments

Comments
 (0)