Skip to content

Commit fc15c10

Browse files
committed
created vnet include file
1 parent ae5a6f2 commit fc15c10

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

articles/dns/private-dns-getstarted-portal.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,21 @@ A DNS zone contains the DNS entries for a domain. To start hosting your domain i
5454

5555
It may take a few minutes to create the zone.
5656

57-
## Create a virtual network
57+
## Virtual network and parameters
5858

59-
1. On the portal page upper left, select **Create a resource**, then **Networking**, then select **Virtual network**.
60-
2. For **Name**, type **myAzureVNet**.
61-
3. For **Resource group**, select **MyAzureResourceGroup**.
62-
4. For **Location**, select **West Central US**.
63-
5. Accept the other default values and select **Create**.
59+
In this section you'll need to replace the following parameters in the steps with the information below:
60+
61+
| Parameter | Value |
62+
|-----------------------------|----------------------|
63+
| **\<resource-group-name>** | MyAzureResourceGroup |
64+
| **\<virtual-network-name>** | MyAzureVNet |
65+
| **\<region-name>** | West Central US |
66+
| **\<IPv4 address space>** | 10.2.0.0\16 |
67+
| **\<subnet-name>** | MyAzureSubnet |
68+
| **\<subnet-address-range>** | 10.2.0.0\24 |
69+
70+
71+
[!INCLUDE [virtual-networks-create-newui](../../includes/virtual-networks-create-newui.md)]
6472

6573
## Link the virtual network
6674

0 commit comments

Comments
 (0)