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/delegate-subdomain.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,11 @@ To delegate the **engineering** subdomain under **adatum.com**:
35
35
36
36
3. If desired, change the **Subscription** and **Resource group**. In this example, we use the same subscription and resource group as the parent zone.
37
37
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**.
39
39
40
40

41
41
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).
43
43
44
44

45
45
@@ -49,15 +49,15 @@ If desired, you can also create your subdomain and add the subdomain NS record m
49
49
50
50
To create a new subdomain zone, use **Create a resource > DNS zone** and create a zone named **engineering.adatum.com**.
51
51
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>
53
53
54
54
<imgsrc="./media/delegate-subdomain/add-ns-record-set.png"alt="A screenshot showing how to add an NS record set."width="50%">
55
55
56
56
This method doesn't use the **+ Child zone** option, but both methods result in the same delegation.
57
57
58
58
## Create a test record
59
59
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.
0 commit comments