Skip to content

Commit d066b7d

Browse files
committed
edit
1 parent eeb2a39 commit d066b7d

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

articles/dns/dns-delegate-domain-azure-dns.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ You can use Azure DNS to host your DNS domain and manage your DNS records. By ho
1717

1818
Suppose you buy the domain `contoso.com` from a domain name registrar and then create a zone with the name `contoso.com` in Azure DNS. Since you're the owner of the domain, your registrar offers you the option to configure the name server (NS) records for your domain. The registrar stores the NS records in the `.com` parent zone. Internet users around the world are then directed to your domain in your Azure DNS zone when they try to resolve DNS records in `contoso.com`.
1919

20+
## Overview
21+
22+
To host your domain in Azure:
23+
24+
* Create the DNS zone.
25+
* [Create resource records](dns-operations-recordsets-portal.md) in the DNS zone.
26+
* Retrieve the list of Azure nameservers for your DNS zone.
27+
* Delegate the domain to Azure's nameservers at your registrar.
28+
29+
![A simple diagram of a DNS zone hosted in Azure that is delegated at the registrar.](./media/dns-delegate-domain-azure-dns/public-dns.png)
30+
2031
In this tutorial, you learn how to:
2132

2233
> [!div class="checklist"]
@@ -27,19 +38,6 @@ In this tutorial, you learn how to:
2738
2839
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2940

30-
## Overview
31-
32-
To host your domain in Azure:
33-
34-
1. Create the DNS zone.
35-
2. Create resource records in the DNS zone.
36-
3. Retrieve the nameservers for your DNS zone.
37-
4. Delegate the domain to Azure's nameservers at your registrar.
38-
39-
See the following example:
40-
41-
![A simple diagram of a DNS zone hosted in Azure that is delegated at the registrar.](./media/dns-delegate-domain-azure-dns/public-dns.png)
42-
4341
## Prerequisites
4442

4543
* An Azure account with an active subscription.

0 commit comments

Comments
 (0)