You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dns/private-dns-getstarted-portal.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ A DNS zone contains the DNS entries for a domain. To start hosting your domain i
44
44
45
45
1. On the **Create Private DNS zone** page, type or select the following values:
46
46
47
-
-**Resource group**: Select **Create new**, enter *MyAzureResourceGroup*, and select **OK**. The resource group name must be unique within the Azure subscription.
47
+
-**Resource group**: Select **Create new**, enter *MyAzureResourceGroup*, and select **OK**. The resource group name must be unique within the Azure subscription.
48
48
-**Name**: Type *private.contoso.com* for this example.
49
49
1. For **Resource group location**, select **West Central US**.
50
50
@@ -54,13 +54,21 @@ A DNS zone contains the DNS entries for a domain. To start hosting your domain i
54
54
55
55
It may take a few minutes to create the zone.
56
56
57
-
## Create a virtual network
57
+
## Virtual network and parameters
58
58
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:
In this section, you'll create a virtual network and subnet.
16
+
17
+
1. On the upper-left side of the screen, select **Create a resource > Networking > Virtual network** or search for **Virtual network** in the search box.
18
+
19
+
2. In **Create virtual network**, enter or select this information in the **Basics** tab:
0 commit comments