Skip to content

Commit 5635a77

Browse files
committed
fixed minor issues
1 parent 2321804 commit 5635a77

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 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

@@ -68,7 +68,7 @@ In this section you'll need to replace the following parameters in the steps wit
6868
| **\<subnet-address-range>** | 10.2.0.0\24 |
6969

7070

71-
[!INCLUDE [virtual-networks-create-newui](../../includes/virtual-networks-create-newui.md)]
71+
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
7272

7373
## Link the virtual network
7474

@@ -93,7 +93,7 @@ Now, create two virtual machines so you can test your private DNS zone:
9393
1. Type **myVM01** - for the name of the virtual machine.
9494
1. Select **West Central US** for the **Region**.
9595
1. Enter a name for the administrator user name.
96-
2. Enter a password and confirm the password
96+
2. Enter a password and confirm the password.
9797
5. For **Public inbound ports**, select **Allow selected ports**, and then select **RDP (3389)** for **Select inbound ports**.
9898
10. Accept the other defaults for the page and then click **Next: Disks >**.
9999
11. Accept the defaults on the **Disks** page, then click **Next: Networking >**.

includes/virtual-networks-create-newui.md renamed to includes/virtual-networks-create-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this section, you'll create a virtual network and subnet.
3535
|--------------------|----------------------------|
3636
| IPv4 address space | Enter **\<IPv4 address space>** |
3737

38-
5. Under Subnet name,** select the word **default**.
38+
5. Under **Subnet name**, select the word **default**.
3939

4040
6. In **Edit subnet**, enter this information:
4141

@@ -44,8 +44,8 @@ In this section, you'll create a virtual network and subnet.
4444
| Subnet name | Enter **\<subnet-name>** |
4545
| Subnet address range | Enter **\<subnet-address-range>**
4646

47-
7. Select **Save**
47+
7. Select **Save**.
4848

4949
8. Select the **Review + create** tab or select the **Review + create** button.
5050

51-
9. Select **Create**
51+
9. Select **Create**.

0 commit comments

Comments
 (0)