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
+6-50Lines changed: 6 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,67 +4,23 @@ description: Overview of DNS hosting service on Microsoft Azure. Host your domai
4
4
author: greg-lindsay
5
5
ms.service: dns
6
6
ms.topic: overview
7
-
ms.date: 11/30/2023
7
+
ms.date: 05/20/2024
8
8
ms.author: greglin
9
9
#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.
10
10
---
11
11
12
12
# What is Azure DNS?
13
13
14
-
Azure DNS is a hosting service for DNS domains that provides name resolution by using Microsoft Azure infrastructure. 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.
14
+
Azure DNS provides DNS hosting and resolution using the Microsoft Azure infrastructure. Azure DNS consists of three services:
15
+
-[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.
16
+
-[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.
17
+
-[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.
15
18
16
-
You can't use Azure DNS to buy a domain name. For an annual fee, you can buy a domain name by using [App Service domains](../app-service/manage-custom-dns-buy-domain.md#buy-and-map-an-app-service-domain) or a third-party domain name registrar. Your domains then can be hosted in Azure DNS for record management. For more information, see [Delegate a domain to Azure DNS](dns-domain-delegation.md).
17
-
18
-
The following features are included with Azure DNS.
19
-
20
-
## Reliability and performance
21
-
22
-
DNS domains in Azure DNS are hosted on Azure's global network of DNS name servers. Azure DNS uses anycast networking. Each DNS query is answered by the closest available DNS server to provide fast performance and high availability for your domain.
23
-
24
-
## Security
25
-
26
-
Azure DNS is based on Azure Resource Manager, which provides features such as:
27
-
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
-
*[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
-
*[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
-
34
-
For more information, see [How to protect DNS zones and records](dns-protect-zones-recordsets.md).
35
-
36
-
## DNSSEC
37
-
38
-
Azure DNS does not currently support DNSSEC. In most cases, you can reduce the need for DNSSEC by consistently using HTTPS/TLS in your applications. If DNSSEC is a critical requirement for your DNS zones, you can host these zones with third-party DNS hosting providers.
39
-
40
-
## Ease of use
41
-
42
-
Azure DNS can manage DNS records for your Azure services and provide DNS for your external resources as well. Azure DNS is integrated in the Azure portal and uses the same credentials, support contract, and billing as your other Azure services.
43
-
44
-
DNS billing is based on the number of DNS zones hosted in Azure and on the number of DNS queries received. To learn more about pricing, see [Azure DNS pricing](https://azure.microsoft.com/pricing/details/dns/).
45
-
46
-
Your domains and records can be managed by using the Azure portal, Azure PowerShell cmdlets, and the cross-platform Azure CLI. Applications that require automated DNS management can integrate with the service by using the REST API and SDKs.
47
-
48
-
## Customizable virtual networks with private domains
49
-
50
-
Azure DNS also supports private DNS domains. This feature allows you to use your own custom domain names in your private virtual networks rather than the Azure-provided names available today.
51
-
52
-
For more information, see [Use Azure DNS for private domains](private-dns-overview.md).
53
-
54
-
## Alias records
55
-
56
-
Azure DNS supports alias record sets. You can use an alias record set to refer to an Azure resource, such as an Azure public IP address, an Azure Traffic Manager profile, or an Azure Content Delivery Network (CDN) endpoint. If the IP address of the underlying resource changes, the alias record set seamlessly updates itself during DNS resolution. The alias record set points to the service instance, and the service instance is associated with an IP address.
57
-
58
-
Also, you can now point your apex or naked domain to a Traffic Manager profile or CDN endpoint using an alias record. An example is contoso.com.
59
-
60
-
For more information, see [Overview of Azure DNS alias records](dns-alias.md).
19
+
Using Azure DNS, you can host and resolve public domains, manage DNS resolution in your virtual networks, and enable name resolution between Azure and your on-premises resources.
61
20
62
21
## Next steps
63
22
64
23
* To learn about DNS zones and records, see [DNS zones and records overview](dns-zones-records.md).
65
-
66
24
* To learn how to create a zone in Azure DNS, see [Create a DNS zone](./dns-getstarted-portal.md).
67
-
68
25
* For frequently asked questions about Azure DNS, see the [Azure DNS FAQ](dns-faq.yml).
69
-
70
26
*[Learn module: Introduction to Azure DNS](/training/modules/intro-to-azure-dns).
description: Overview of DNS hosting service on Microsoft Azure. Host your domain on Microsoft Azure.
4
+
author: greg-lindsay
5
+
ms.service: dns
6
+
ms.topic: overview
7
+
ms.date: 11/30/2023
8
+
ms.author: greglin
9
+
#Customer intent: As an administrator, I want to evaluate Azure Public DNS so I can determine if I want to use it instead of my current DNS service.
10
+
---
11
+
12
+
# What is Azure Public DNS?
13
+
14
+
Azure Public DNS is a hosting service for DNS domains that provides name resolution by using Microsoft Azure infrastructure. 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.
15
+
16
+
You can't use Azure Public DNS to buy a domain name. For an annual fee, you can buy a domain name by using [App Service domains](../app-service/manage-custom-dns-buy-domain.md#buy-and-map-an-app-service-domain) or a third-party domain name registrar. Your domains then can be hosted in Azure Public DNS for record management. For more information, see [Delegate a domain to Azure DNS](dns-domain-delegation.md).
17
+
18
+
The following features are included with Azure Public DNS.
19
+
20
+
## Reliability and performance
21
+
22
+
DNS domains in Azure Public DNS are hosted on Azure's global network of DNS name servers. Azure Public DNS uses anycast networking. Each DNS query is answered by the closest available DNS server to provide fast performance and high availability for your domain.
23
+
24
+
## Security
25
+
26
+
Azure Public DNS is based on Azure Resource Manager, which provides features such as:
27
+
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
+
*[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
+
*[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
+
34
+
For more information, see [How to protect DNS zones and records](dns-protect-zones-recordsets.md).
35
+
36
+
## DNSSEC
37
+
38
+
Azure Public DNS does not currently support DNSSEC. In most cases, you can reduce the need for DNSSEC by consistently using HTTPS/TLS in your applications. If DNSSEC is a critical requirement for your DNS zones, you can host these zones with third-party DNS hosting providers.
39
+
40
+
## Ease of use
41
+
42
+
Azure Public DNS can manage DNS records for your Azure services and provide DNS for your external resources as well. Azure Public DNS is integrated in the Azure portal and uses the same credentials, support contract, and billing as your other Azure services.
43
+
44
+
DNS billing is based on the number of DNS zones hosted in Azure and on the number of DNS queries received. To learn more about pricing, see [Azure DNS pricing](https://azure.microsoft.com/pricing/details/dns/).
45
+
46
+
Your domains and records can be managed by using the Azure portal, Azure PowerShell cmdlets, and the cross-platform Azure CLI. Applications that require automated DNS management can integrate with the service by using the REST API and SDKs.
47
+
48
+
## Customizable virtual networks with private domains
49
+
50
+
Azure Public DNS also supports private DNS domains. This feature allows you to use your own custom domain names in your private virtual networks rather than the Azure-provided names available today.
51
+
52
+
For more information, see [Use Azure DNS for private domains](private-dns-overview.md).
53
+
54
+
## Alias records
55
+
56
+
Azure Public DNS supports alias record sets. You can use an alias record set to refer to an Azure resource, such as an Azure public IP address, an Azure Traffic Manager profile, or an Azure Content Delivery Network (CDN) endpoint. If the IP address of the underlying resource changes, the alias record set seamlessly updates itself during DNS resolution. The alias record set points to the service instance, and the service instance is associated with an IP address.
57
+
58
+
Also, you can now point your apex or naked domain to a Traffic Manager profile or CDN endpoint using an alias record. An example is contoso.com.
59
+
60
+
For more information, see [Overview of Azure DNS alias records](dns-alias.md).
61
+
62
+
## Next steps
63
+
64
+
* To learn about DNS zones and records, see [DNS zones and records overview](dns-zones-records.md).
65
+
* To learn how to create a zone in Azure Public DNS, see [Create a DNS zone](./dns-getstarted-portal.md).
66
+
* For frequently asked questions about Azure DNS, see the [Azure DNS FAQ](dns-faq.yml).
67
+
*[Learn module: Introduction to Azure DNS](/training/modules/intro-to-azure-dns).
0 commit comments