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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,27 @@ ms.author: greglin
11
11
12
12
# What is Azure DNS?
13
13
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.
15
15
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:
17
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
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
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
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.
21
21
22
22
Using Azure DNS, you can:
23
23
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)
25
25
*[Manage DNS resolution in your virtual networks](/azure/dns/private-dns-privatednszone)
26
26
*[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
27
31
*[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)
0 commit comments