Skip to content

Commit a410862

Browse files
committed
azdns
1 parent ffa5ca8 commit a410862

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/dns/dns-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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. 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.
@@ -34,4 +34,4 @@ Using Azure DNS, you can:
3434
* For frequently asked questions about Azure DNS, see [Azure DNS FAQ](dns-faq-private.yml).
3535
* For frequently asked questions about Azure Private DNS, see [Azure Private DNS FAQ](dns-faq.yml).
3636
* 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).
37+
* Also see [Learn module: Introduction to Azure DNS](/training/modules/intro-to-azure-dns).

articles/dns/dns-private-resolver-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure DNS Private Resolver is a new service that enables you to query Azure DNS
1717

1818
## How does it work?
1919

20-
Azure DNS Private Resolver requires an [Azure Virtual Network](../virtual-network/virtual-networks-overview.md). When you create an Azure DNS Private Resolver inside a virtual network, one or more [inbound endpoints](#inbound-endpoints) are established that can be used as the destination for DNS queries. The resolver's [outbound endpoint](#outbound-endpoints) processes DNS queries based on a [DNS forwarding ruleset](#dns-forwarding-rulesets) that you configure. DNS queries that are initiated in networks linked to a ruleset can be sent to other DNS servers.
20+
Azure DNS Private Resolver requires an [Azure Virtual Network](../virtual-network/virtual-networks-overview.md). When you create an Azure DNS Private Resolver inside a virtual network, one or more [inbound endpoints](#inbound-endpoints) are established that can be used as the destination for DNS queries. The resolver's [outbound endpoint](#outbound-endpoints) processes DNS queries based on a [DNS forwarding ruleset](#dns-forwarding-rulesets) that you configure. DNS queries that are initiated in networks linked to a ruleset can be sent to other DNS servers.
2121

2222
You don't need to change any DNS client settings on your virtual machines (VMs) to use the Azure DNS Private Resolver.
2323

@@ -101,7 +101,7 @@ The following limits currently apply to Azure DNS Private Resolver:
101101
### Virtual network restrictions
102102

103103
The following restrictions hold with respect to virtual networks:
104-
- VNets with [encryption](/azure/virtual-network/virtual-network-encryption-overview) enabled do not support Azure DNS Private Resolver.
104+
- VNets with [encryption](/azure/virtual-network/virtual-network-encryption-overview) enabled don't support Azure DNS Private Resolver.
105105
- A DNS resolver can only reference a virtual network in the same region as the DNS resolver.
106106
- A virtual network can't be shared between multiple DNS resolvers. A single virtual network can only be referenced by a single DNS resolver.
107107

@@ -126,7 +126,7 @@ Outbound endpoints have the following limitations:
126126
### Other restrictions
127127

128128
- IPv6 enabled subnets aren't supported.
129-
- DNS private resolver does not support Azure ExpressRoute FastPath.
129+
- DNS private resolver doesn't support Azure ExpressRoute FastPath.
130130
- DNS private resolver inbound endpoint provisioning isn't compatible with [Azure Lighthouse](../lighthouse/overview.md).
131131
- To see if Azure Lighthouse is in use, search for **Service providers** in the Azure portal and select **Service provider offers**.
132132

articles/dns/private-dns-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To resolve the records of a private DNS zone from your virtual network, you must
1919
![DNS overview](./media/private-dns-overview/scenario.png)
2020

2121
> [!NOTE]
22-
> As a best practice, do not use a *.local* domain for your private DNS zone. Not all operating systems support this.
22+
> As a best practice, don't use a *.local* domain for your private DNS zone. Not all operating systems support this.
2323
2424
## Private zone resiliency
2525

articles/dns/public-dns-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For more information, see [How to protect DNS zones and records](dns-protect-zon
3333

3434
## DNSSEC
3535

36-
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.
36+
Azure Public DNS doesn't 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.
3737

3838
## Ease of use
3939

0 commit comments

Comments
 (0)