Skip to content

Commit c1c072c

Browse files
committed
lightbox and typo
1 parent fc44d2f commit c1c072c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/dns/delegate-subdomain.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can also delegate a subdomain using [Azure PowerShell](delegate-subdomain-ps
1717

1818
## Prerequisites
1919

20-
To delegate an Azure DNS subdomain, The parent public domain must first be delegated to Azure DNS. See [Delegate a domain to Azure DNS](./dns-delegate-domain-azure-dns.md) for instructions on how to configure your name servers for delegation. Once your domain is delegated to Azure DNS, you can delegate a subdomain.
20+
To delegate an Azure DNS subdomain, the parent public domain must first be delegated to Azure DNS. See [Delegate a domain to Azure DNS](./dns-delegate-domain-azure-dns.md) for instructions on how to configure your name servers for delegation. Once your domain is delegated to Azure DNS, you can delegate a subdomain.
2121

2222
> [!NOTE]
2323
> The `adatum.com` zone is used as an example of a parent DNS zone and `engineering.adatum.com` is used for the subdomain. Substitute your own domain names for these domains.
@@ -37,11 +37,11 @@ To delegate the **engineering** subdomain under **adatum.com**:
3737
4. Select **Review create**, and then select **Create**.
3838
5. When deployment is complete, select **Go to resource** to view the new delegated zone: **engineering.adatum.com**.
3939

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

4242
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

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

4646
## Manual entry of NS records (optional)
4747

0 commit comments

Comments
 (0)