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/dns-overview.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: An overview of services provided by Azure DNS.
4
4
author: greg-lindsay
5
5
ms.service: azure-dns
6
6
ms.topic: overview
7
-
ms.date: 08/09/2024
7
+
ms.date: 08/10/2024
8
8
ms.author: greglin
9
9
#Customer intent: As an administrator, I want to evaluate Azure DNS so I can determine if I want to use it instead of my current DNS service.
10
10
---
@@ -14,10 +14,13 @@ ms.author: greglin
14
14
The Domain Name System (DNS) is responsible for translating (resolving) a service name to an IP address. Azure DNS provides DNS hosting, resolution, and load balancing for your applications using the Microsoft Azure infrastructure.
15
15
16
16
Azure DNS supports both internet-facing DNS domains and private DNS zones, and provides the following services:
17
-
-**Azure Public DNS** is a hosting service for DNS domains. By hosting your domains in Azure, you can manage your DNS records by using the same credentials, APIs, tools, and billing as your other Azure services.
18
-
-**Azure Private DNS** is a DNS service for your virtual networks. Azure Private DNS manages and resolves domain names in the virtual network without the need to configure a custom DNS solution.
19
-
-**Azure DNS Private Resolver** is a service that enables you to query Azure DNS private zones from an on-premises environment and vice versa without deploying VM based DNS servers.
20
-
-**Azure Traffic Manager** is a DNS-based traffic load balancer. This service allows you to distribute traffic to your public facing applications across the global Azure regions.
17
+
-**[Azure Public DNS](public-dns-overview.md)** is a hosting service for DNS domains. By hosting your domains in Azure, you can manage your DNS records by using the same credentials, APIs, tools, and billing as your other Azure services.
18
+
19
+
-**[Azure Private DNS](private-dns-overview.md)** is a DNS service for your virtual networks. Azure Private DNS manages and resolves domain names in the virtual network without the need to configure a custom DNS solution.
20
+
21
+
-**[Azure DNS Private Resolver](dns-private-resolver-overview.md)** is a service that enables you to query Azure DNS private zones from an on-premises environment and vice versa without deploying VM based DNS servers.
22
+
23
+
-**[Azure Traffic Manager](/azure/traffic-manager/traffic-manager-overview)** is a DNS-based traffic load balancer. This service allows you to distribute traffic to your public facing applications across the global Azure regions.
21
24
22
25
Using Azure DNS, you can:
23
26
@@ -33,13 +36,6 @@ Using Azure DNS, you can:
33
36
*[Monitor your application traffic patterns](/azure/traffic-manager/traffic-manager-traffic-view-overview)
34
37
* And more ...
35
38
36
-
For more information, see the following service overviews:
37
-
38
-
-[What is Azure Public DNS?](public-dns-overview.md)
39
-
-[What is Azure Private DNS?](private-dns-overview.md)
40
-
-[What is Azure DNS Private Resolver?](dns-private-resolver-overview.md)
41
-
-[What is Azure Traffic Manager?](/azure/traffic-manager/traffic-manager-overview)
42
-
43
39
## Next steps
44
40
45
41
* To learn about Public DNS zones and records, see [DNS zones and records overview](dns-zones-records.md).
0 commit comments