Skip to content

Commit 9540591

Browse files
authored
Merge pull request #276655 from greg-lindsay/dns-freshness
add graphic
2 parents 7a19d60 + 923c208 commit 9540591

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: dns
55
author: greg-lindsay
66
ms.service: dns
77
ms.topic: tutorial
8-
ms.date: 11/30/2023
8+
ms.date: 05/29/2024
99
ms.author: greglin
1010
ms.custom: template-tutorial
1111
#Customer intent: As an experienced network administrator, I want to configure Azure DNS, so I can host DNS zones.
@@ -17,6 +17,19 @@ 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+
For example:
30+
31+
![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)
32+
2033
In this tutorial, you learn how to:
2134

2235
> [!div class="checklist"]
40.7 KB
Loading

0 commit comments

Comments
 (0)