Skip to content

Commit bd7a477

Browse files
committed
edited vnet ui update
1 parent 3009f03 commit bd7a477

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

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

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,22 @@ Sign in to the Azure portal at https://portal.azure.com.
2727
## Create a VM
2828
In this section, you will create virtual network and the subnet to host the VM that is used to access your Private Link resource (a SQL server in Azure in this example).
2929

30-
### Create the virtual network
31-
30+
## Virtual network and parameters
3231

3332
In this section, you will create a Virtual Network and the subnet to host the VM that is used to access your Private Link resource.
3433

35-
1. On the upper-left side of the screen, select **Create a resource** > **Networking** > **Virtual network**.
36-
1. In **Create virtual network**, enter or select this information:
34+
In this section you'll need to replace the following parameters in the steps with the information below:
3735

38-
| Setting | Value |
39-
| ------- | ----- |
40-
| Name | Enter *MyVirtualNetwork*. |
41-
| Address space | Enter *10.1.0.0/16*. |
42-
| Subscription | Select your subscription.|
43-
| Resource group | Select **Create new**, enter *myResourceGroup*, then select **OK**. |
44-
| Location | Select **WestCentralUS**.|
45-
| Subnet - Name | Enter *mySubnet*. |
46-
| Subnet - Address range | Enter *10.1.0.0/24*. |
47-
|||
48-
1. Leave the rest as default and select **Create**.
36+
| Parameter | Value |
37+
|-----------------------------|----------------------|
38+
| **\<resource-group-name>** | myResourceGroup |
39+
| **\<virtual-network-name>** | myVirtualNetwork |
40+
| **\<region-name>** | West Central US |
41+
| **\<IPv4 address space>** | 10.1.0.0\16 |
42+
| **\<subnet-name>** | mySubnet |
43+
| **\<subnet-address-range>** | 10.1.0.0\24 |
4944

45+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
5046

5147
### Create Virtual Machine
5248

0 commit comments

Comments
 (0)