Skip to content

Commit 2d9ed01

Browse files
committed
edit
1 parent 27f45e0 commit 2d9ed01

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

articles/dns/dns-overview.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An overview of services provided by Azure DNS.
44
author: greg-lindsay
55
ms.service: azure-dns
66
ms.topic: overview
7-
ms.date: 08/09/2024
7+
ms.date: 08/10/2024
88
ms.author: greglin
99
#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.
1010
---
@@ -14,10 +14,13 @@ ms.author: greglin
1414
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.
1515

1616
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.
2124

2225
Using Azure DNS, you can:
2326

@@ -33,13 +36,6 @@ Using Azure DNS, you can:
3336
* [Monitor your application traffic patterns](/azure/traffic-manager/traffic-manager-traffic-view-overview)
3437
* And more ...
3538

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-
4339
## Next steps
4440

4541
* To learn about Public DNS zones and records, see [DNS zones and records overview](dns-zones-records.md).

0 commit comments

Comments
 (0)