Skip to content

Commit c676d49

Browse files
committed
add to list
1 parent 4d6df8c commit c676d49

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

articles/dns/dns-overview.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,27 @@ ms.author: greglin
1111

1212
# What is Azure DNS?
1313

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. Azure DNS supports both internet-facing DNS domains and private DNS zones.
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.
1515

16-
Azure DNS provides the following services:
16+
Azure DNS supports both internet-facing DNS domains and private DNS zones, and provides the following services:
1717
- [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.
1818
- [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.
1919
- [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.
2020
- [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.
2121

2222
Using Azure DNS, you can:
2323

24-
* [Host and resolve public domains](/azure/dns/dns-delegate-domain-azure-dns)
24+
* [Host and resolve public domains](/azure/dns/dns-delegate-domain-azure-dns)
2525
* [Manage DNS resolution in your virtual networks](/azure/dns/private-dns-privatednszone)
2626
* [Enable name resolution between Azure and your on-premises resources](/azure/dns/private-resolver-hybrid-dns)
27+
* [Monitor DNS metrics and alerts](/azure/dns/dns-alerts-metrics)
28+
* [Integrate with your other Azure services](/azure/dns/dns-for-azure-services)
29+
* Protect your [public](/azure/dns/dns-protect-zones-recordsets) and [private](/azure/dns/dns-protect-private-zones-recordsets) DNS zones and records
30+
* Enable automatic [fault tolerance](/azure/dns/private-resolver-reliability) and [failover](/azure/dns/tutorial-dns-private-resolver-failover) for DNS resolution
2731
* [Load-balance your applications](/azure/traffic-manager/traffic-manager-how-it-works)
32+
* Increase application [availability](/azure/traffic-manager/traffic-manager-monitoring) and [performance](/azure/traffic-manager/traffic-manager-configure-performance-routing-method)
33+
* [Monitor your application traffic patterns](/azure/traffic-manager/traffic-manager-traffic-view-overview)
34+
* And more ...
2835

2936
## Next steps
3037

0 commit comments

Comments
 (0)