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
description: Overview of DNS hosting service on Microsoft Azure. Host your domain on Microsoft Azure.
3
+
description: An overview of services provided by Azure DNS.
4
4
author: greg-lindsay
5
5
ms.service: dns
6
6
ms.topic: overview
@@ -11,19 +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 hostingand resolution using the Microsoft Azure infrastructure. Azure DNS not only supports internet-facing DNS domains, but it also supports 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. Azure DNS supports both internet-facing DNS domains and private DNS zones.
15
15
16
16
Azure DNS 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
-
Using Azure DNS, you can host and resolve public domains, manage DNS resolution in your virtual networks, enable name resolution between Azure and your on-premises resources, and load-balance your applications.
22
+
Using Azure DNS, you can:
23
+
24
+
*[Host and resolve public domains](/azure/dns/dns-zones-records)
25
+
*[Manage DNS resolution in your virtual networks](/azure/dns/private-dns-privatednszone)
26
+
*[Enable name resolution between Azure and your on-premises resources](/azure/dns/private-resolver-hybrid-dns)
27
+
*[Load-balance your applications](/azure/traffic-manager/traffic-manager-how-it-works)
23
28
24
29
## Next steps
25
30
26
-
* To learn about DNS zones and records, see [DNS zones and records overview](dns-zones-records.md).
27
-
* To learn how to create a zone in Azure DNS, see [Create a DNS zone](./dns-getstarted-portal.md).
28
-
* For frequently asked questions about Azure DNS, see the [Azure DNS FAQ](dns-faq.yml).
29
-
*[Learn module: Introduction to Azure DNS](/training/modules/intro-to-azure-dns).
31
+
* To learn about Public DNS zones and records, see [DNS zones and records overview](dns-zones-records.md).
32
+
* To learn about Private DNS zones, see [What is an Azure Private DNS zone](private-dns-privatednszone.md).
33
+
* To learn about private resolver endpoints and rulesets, see [Azure DNS Private Resolver endpoints and rulesets](private-resolver-endpoints-rulesets.md).
34
+
* For frequently asked questions about Azure DNS, see [Azure DNS FAQ](dns-faq-private.yml).
35
+
* For frequently asked questions about Azure Private DNS, see [Azure Private DNS FAQ](dns-faq.yml).
36
+
* For frequently asked questions about Traffic Manager, see [Traffic Manager routing methods](/azure/traffic-manager/traffic-manager-faqs)
37
+
* Also see the learn module: [Introduction to Azure DNS](/training/modules/intro-to-azure-dns).
Copy file name to clipboardExpand all lines: articles/dns/public-dns-overview.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,7 @@ DNS domains in Azure Public DNS are hosted on Azure's global network of DNS name
26
26
Azure Public DNS is based on Azure Resource Manager, which provides features such as:
27
27
28
28
*[Azure role-based access control (Azure RBAC)](../azure-resource-manager/management/overview.md) to control who has access to specific actions for your organization.
29
-
30
29
*[Activity logs](../azure-resource-manager/management/overview.md) to monitor how a user in your organization modified a resource or to find an error when troubleshooting.
31
-
32
30
*[Resource locking](../azure-resource-manager/management/lock-resources.md) to lock a subscription, resource group, or resource. Locking prevents other users in your organization from accidentally deleting or modifying critical resources.
33
31
34
32
For more information, see [How to protect DNS zones and records](dns-protect-zones-recordsets.md).
0 commit comments