Skip to content

Commit f1eeb40

Browse files
authored
Merge pull request #106221 from asudbring/privlnkvnetupd
Update VNET create UI
2 parents 787e393 + 53d6b7e commit f1eeb40

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

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

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,22 @@ Sign in to the [Azure portal.](https://portal.azure.com)
2020

2121
## Create a VM
2222

23-
### Create the virtual network
23+
## Virtual network and parameters
2424

2525
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 (an Azure Cosmos account in this example).
2626

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

29-
1. In **Create virtual network**, enter or select this information:
29+
| Parameter | Value |
30+
|-----------------------------|----------------------|
31+
| **\<resource-group-name>** | myResourceGroup|
32+
| **\<virtual-network-name>** | myVirtualNetwork |
33+
| **\<region-name>** | West Central US |
34+
| **\<IPv4 address space>** | 10.1.0.0\16 |
35+
| **\<subnet-name>** | mySubnet |
36+
| **\<subnet-address-range>** | 10.1.0.0\24 |
3037

31-
| Setting | Value |
32-
| ------- | ----- |
33-
| Name | Enter *MyVirtualNetwork*. |
34-
| Address space | Enter *10.1.0.0/16*. |
35-
| Subscription | Select your subscription.|
36-
| Resource group | Select **Create new**, enter *myResourceGroup*, then select **OK**. |
37-
| Location | Select **WestCentralUS**.|
38-
| Subnet - Name | Enter *mySubnet*. |
39-
| Subnet - Address range | Enter *10.1.0.0/24*. |
40-
|||
41-
42-
1. Leave the rest as default and select **Create**.
38+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
4339

4440
### Create the virtual machine
4541

0 commit comments

Comments
 (0)