Skip to content

Commit a6bc80e

Browse files
committed
edit
1 parent c676d49 commit a6bc80e

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

articles/dns/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
href: private-dns-overview.md
1111
- name: What is Azure DNS Private Resolver?
1212
href: dns-private-resolver-overview.md
13+
- name: What is Azure Traffic Manager?
14+
href: /azure/traffic-manager/traffic-manager-overview
1315
- name: Quickstarts
1416
items:
1517
- name: Public DNS

articles/dns/dns-overview.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ 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](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-
- [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.
19-
- [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.
20-
- [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.
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.
2121

2222
Using Azure DNS, you can:
2323

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

36+
For more information, see the following overviews for each Azure DNS service:
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+
3643
## Next steps
3744

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

0 commit comments

Comments
 (0)