Skip to content

Commit 8ca157a

Browse files
authored
Merge pull request #106211 from asudbring/privlnkvnetupd
VNET ui create update
2 parents d0c6f17 + 567d7b9 commit 8ca157a

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

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

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,22 @@ Sign in to the Azure portal at https://portal.azure.com.
2424
## Create a VM
2525
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 storage account in this example).
2626

27-
### Create the virtual network
27+
## Virtual network and parameters
2828

2929
In this section, you will create virtual network and the subnet to host the VM that is used to access your Private Link resource.
3030

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

34-
| Setting | Value |
35-
| ------- | ----- |
36-
| Name | Enter *MyVirtualNetwork*. |
37-
| Address space | Enter *10.1.0.0/16*. |
38-
| Subscription | Select your subscription.|
39-
| Resource group | Select **Create new**, enter *myResourceGroup*, then select **OK**. |
40-
| Location | Select **WestCentralUS**.|
41-
| Subnet - Name | Enter *mySubnet*. |
42-
| Subnet - Address range | Enter *10.1.0.0/24*. |
43-
|||
44-
1. Leave the rest as default and select **Create**.
33+
| Parameter | Value |
34+
|-----------------------------|----------------------|
35+
| **\<resource-group-name>** | myResourceGroup |
36+
| **\<virtual-network-name>** | myVirtualNetwork |
37+
| **\<region-name>** | West Central US |
38+
| **\<IPv4 address space>** | 10.1.0.0\16 |
39+
| **\<subnet-name>** | mySubnet |
40+
| **\<subnet-address-range>** | 10.1.0.0\24 |
41+
42+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
4543

4644

4745
### Create virtual machine

0 commit comments

Comments
 (0)