Skip to content

Commit a909f8a

Browse files
committed
edits
1 parent c04efa3 commit a909f8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/dns/delegate-subdomain.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ To delegate the **engineering** subdomain under **adatum.com**:
3535

3636
3. If desired, change the **Subscription** and **Resource group**. In this example, we use the same subscription and resource group as the parent zone.
3737
4. Select **Review create**, and then select **Create**.
38-
5. When deployment is complete, select **Go to resource** to view the new delegated zone.
38+
5. When deployment is complete, select **Go to resource** to view the new delegated zone: **engineering.adatum.com**.
3939

4040
![A screenshot showing contents of the child zone.](./media/delegate-subdomain/child-zone-contents.png)
4141

42-
6. Select the parent zone again and notice that an **NS** record has been added with the name **engineering** and contents the same as NS records in the child zone. These are the Azure DNS nameservers that are authoritative for the subdomain (child zone).
42+
6. Select the parent **adatum.com** zone again and notice that an **NS** record has been added with the name **engineering** and contents the same as NS records in the child zone. You might need to refresh the page. These are the Azure DNS nameservers that are authoritative for the subdomain (child zone).
4343

4444
![A screenshot showing contents of the parent zone.](./media/delegate-subdomain/parent-zone-contents.png)
4545

@@ -49,15 +49,15 @@ If desired, you can also create your subdomain and add the subdomain NS record m
4949

5050
To create a new subdomain zone, use **Create a resource > DNS zone** and create a zone named **engineering.adatum.com**.
5151

52-
To create a subdomain delegation manually, add a new NS record set (**+ Record set** option) to the parent zone **adatum.com** with the name: **engineering**.<br>
52+
To create a subdomain delegation manually, add a new NS record set (**+ Record set** option) to the parent zone **adatum.com** with the name: **engineering** and specify each of the nameserver entries that are listed in the subdomain (child) zone.<br>
5353

5454
<img src="./media/delegate-subdomain/add-ns-record-set.png" alt="A screenshot showing how to add an NS record set." width="50%">
5555

5656
This method doesn't use the **+ Child zone** option, but both methods result in the same delegation.
5757

5858
## Create a test record
5959

60-
Create an **A** record in the engineering.adatum.com zone to use for testing. For example, create a **www** A record and configure it with a **10.10.10.10** IP address.
60+
Next, create an **A** record in the **engineering.adatum.com** zone to use for testing. For example, create a **www** A record and configure it with a **10.10.10.10** IP address.
6161

6262
## Test the delegation
6363

0 commit comments

Comments
 (0)