Skip to content

Commit 41d8d25

Browse files
authored
Merge pull request #106138 from asudbring/vnetui
Created include file and edited DNS doc
2 parents 1c5b362 + d16f2fe commit 41d8d25

File tree

2 files changed

+68
-10
lines changed

2 files changed

+68
-10
lines changed

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

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A DNS zone contains the DNS entries for a domain. To start hosting your domain i
4444

4545
1. On the **Create Private DNS zone** page, type or select the following values:
4646

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.
4848
- **Name**: Type *private.contoso.com* for this example.
4949
1. For **Resource group location**, select **West Central US**.
5050

@@ -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-new](../../includes/virtual-networks-create-new.md)]
6472

6573
## Link the virtual network
6674

@@ -84,9 +92,8 @@ Now, create two virtual machines so you can test your private DNS zone:
8492
1. Select **MyAzureResourceGroup** for the resource group.
8593
1. Type **myVM01** - for the name of the virtual machine.
8694
1. Select **West Central US** for the **Region**.
87-
1. Type **azureadmin** for the administrator user name.
88-
2. Type **Azure12345678** for the password and confirm the password.
89-
95+
1. Enter a name for the administrator user name.
96+
2. Enter a password and confirm the password.
9097
5. For **Public inbound ports**, select **Allow selected ports**, and then select **RDP (3389)** for **Select inbound ports**.
9198
10. Accept the other defaults for the page and then click **Next: Disks >**.
9299
11. Accept the defaults on the **Disks** page, then click **Next: Networking >**.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: virtual-network
5+
author: asudbring
6+
ms.service: virtual-network
7+
ms.topic: include
8+
ms.date: 03/01/2020
9+
ms.author: allensu
10+
ms.custom: include file
11+
---
12+
13+
## Create the virtual network
14+
15+
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:
20+
21+
| **Setting** | **Value** |
22+
|------------------|-----------------------------------------------------------------|
23+
| **Project Details** | |
24+
| Subscription | Select your Azure subscription |
25+
| Resource Group | Select **Create new**, enter **\<resource-group-name>**, then select OK. |
26+
| **Instance details** | |
27+
| Name | Enter **\<virtual-network-name>** |
28+
| Region | Select **\<region-name>** |
29+
30+
3. Select the **IP Addresses** tab or select the **Next: IP Addresses** button at the bottom of the page.
31+
32+
4. In the **IP Addresses** tab, enter this information:
33+
34+
| Setting | Value |
35+
|--------------------|----------------------------|
36+
| IPv4 address space | Enter **\<IPv4 address space>** |
37+
38+
5. Under **Subnet name**, select the word **default**.
39+
40+
6. In **Edit subnet**, enter this information:
41+
42+
| Setting | Value |
43+
|--------------------|----------------------------|
44+
| Subnet name | Enter **\<subnet-name>** |
45+
| Subnet address range | Enter **\<subnet-address-range>**
46+
47+
7. Select **Save**.
48+
49+
8. Select the **Review + create** tab or select the **Review + create** button.
50+
51+
9. Select **Create**.

0 commit comments

Comments
 (0)