Skip to content

Commit ffa5ca8

Browse files
committed
azdns
1 parent 59c95fb commit ffa5ca8

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

articles/dns/dns-overview.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: What is Azure DNS?
3-
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.
44
author: greg-lindsay
55
ms.service: dns
66
ms.topic: overview
@@ -11,19 +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 and 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.
1515

1616
Azure DNS 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

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)
2328

2429
## Next steps
2530

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).

articles/dns/public-dns-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ DNS domains in Azure Public DNS are hosted on Azure's global network of DNS name
2626
Azure Public DNS is based on Azure Resource Manager, which provides features such as:
2727

2828
* [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-
3029
* [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-
3230
* [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.
3331

3432
For more information, see [How to protect DNS zones and records](dns-protect-zones-recordsets.md).

0 commit comments

Comments
 (0)