Skip to content

Commit 9319895

Browse files
committed
link issues and period, comma issues
1 parent e2c21e5 commit 9319895

5 files changed

+15
-15
lines changed

articles/dns/dns-private-resolver-get-started-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: mode-ui
1515

1616
This quickstart walks you through the steps to create an Azure DNS Private Resolver (Public Preview) using the Azure portal. If you prefer, you can complete this quickstart using [Azure PowerShell](private-dns-getstarted-powershell.md).
1717

18-
Azure DNS Private Resolver enables you to query Azure DNS private zones from an on-premises environment, and vice versa, without deploying VM based DNS servers. You no longer need to provision IaaS based solutions on your virtual networks to resolve names registered on Azure private DNS zones. You can configure conditional forwarding of domains back to on-premise, multi-cloud and public DNS servers. For more information, including benefits, capabilities, and regional availability, see [What is Azure DNS Private Resolver](dns-private-resolver-overview.md).
18+
Azure DNS Private Resolver enables you to query Azure DNS private zones from an on-premises environment, and vice versa, without deploying VM based DNS servers. You no longer need to provision IaaS based solutions on your virtual networks to resolve names registered on Azure private DNS zones. You can configure conditional forwarding of domains back to on-premises, multicloud and public DNS servers. For more information, including benefits, capabilities, and regional availability, see [What is Azure DNS Private Resolver](dns-private-resolver-overview.md).
1919

2020
## Prerequisites
2121

@@ -173,7 +173,7 @@ In this example:
173173

174174
You should now be able to send DNS traffic to your DNS resolver and resolve records based on your forwarding rulesets, including:
175175
- Azure DNS private zones linked to the virtual network where the resolver is deployed.
176-
- Private DNS zones that are hosted on-premise.
176+
- Private DNS zones that are hosted on-premises.
177177
- DNS zones in the public internet DNS namespace.
178178

179179
## Next steps

articles/dns/dns-private-resolver-get-started-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you learn how to create and manage your first p
44
services: dns
55
author: greg-lindsay
66
ms.author: greglin
7-
ms.date: 06/02/2022
7+
ms.date: 08/18/2022
88
ms.topic: quickstart
99
ms.service: dns
1010
ms.custom: devx-track-azurepowershell, mode-api
@@ -229,7 +229,7 @@ In this example:
229229
You should now be able to send DNS traffic to your DNS resolver and resolve records based on your forwarding rulesets, including:
230230
- Azure DNS private zones linked to the virtual network where the resolver is deployed.
231231
- DNS zones in the public internet DNS namespace.
232-
- Private DNS zones that are hosted on-premise.
232+
- Private DNS zones that are hosted on-premises.
233233

234234
## Delete a DNS resolver
235235

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For more information about creating a private DNS resolver, see:
5151
Azure DNS Private Resolver provides the following benefits:
5252
* Fully managed: Built-in high availability, zone redundancy.
5353
* Cost reduction: Reduce operating costs and run at a fraction of the price of traditional IaaS solutions.
54-
* Private access to your Private DNS zones: Conditionally forward to and from on-premise.
54+
* Private access to your Private DNS zones: Conditionally forward to and from on-premises.
5555
* Scalability: High performance per endpoint.
5656
* DevOps Friendly: Build your pipelines with Terraform, ARM, or Bicep.
5757

@@ -76,13 +76,13 @@ Azure DNS Private Resolver is available in the following regions:
7676

7777
### Inbound endpoints
7878

79-
An inbound endpoint enables name resolution from on-premises or other private locations via an IP address that is part of your private virtual network address space. To resolve your Azure private DNS zone from on-premise, enter the IP address of the inbound endpoint into your on-premises DNS conditional forwarder. The on-premises DNS conditional forwarder must have a network connection to the virtual network.
79+
An inbound endpoint enables name resolution from on-premises or other private locations via an IP address that is part of your private virtual network address space. To resolve your Azure private DNS zone from on-premises, enter the IP address of the inbound endpoint into your on-premises DNS conditional forwarder. The on-premises DNS conditional forwarder must have a network connection to the virtual network.
8080

8181
The inbound endpoint requires a subnet in the VNet where it’s provisioned. The subnet can only be delegated to **Microsoft.Network/dnsResolvers** and can't be used for other services. DNS queries received by the inbound endpoint will ingress to Azure. You can resolve names in scenarios where you have Private DNS zones, including VMs that are using auto registration, or Private Link enabled services.
8282

8383
### Outbound endpoints
8484

85-
An outbound endpoint enables conditional forwarding name resolution from Azure to on-premise, other cloud providers, or external DNS servers. This endpoint requires a dedicated subnet in the VNet where it’s provisioned, with no other service running in the subnet, and can only be delegated to **Microsoft.Network/dnsResolvers**. DNS queries sent to the outbound endpoint will egress from Azure.
85+
An outbound endpoint enables conditional forwarding name resolution from Azure to on-premises, other cloud providers, or external DNS servers. This endpoint requires a dedicated subnet in the VNet where it’s provisioned, with no other service running in the subnet, and can only be delegated to **Microsoft.Network/dnsResolvers**. DNS queries sent to the outbound endpoint will egress from Azure.
8686

8787
## Virtual network links
8888

@@ -112,7 +112,7 @@ The following restrictions hold with respect to virtual networks:
112112
Subnets used for DNS resolver have the following limitations:
113113
- A subnet must be a minimum of /28 address space or a maximum of /24 address space.
114114
- A subnet can't be shared between multiple DNS resolver endpoints. A single subnet can only be used by a single DNS resolver endpoint.
115-
- All IP configurations for a DNS resolver inbound endpoint must reference the same subnet. Spanning multiple subnets in the IP configuration for a single DNS resolver inbound endpoint is not allowed.
115+
- All IP configurations for a DNS resolver inbound endpoint must reference the same subnet. Spanning multiple subnets in the IP configuration for a single DNS resolver inbound endpoint isn't allowed.
116116
- The subnet used for a DNS resolver inbound endpoint must be within the virtual network referenced by the parent DNS resolver.
117117

118118
### Outbound endpoint restrictions

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: dns
77
ms.topic: how-to
88
ms.date: 08/18/2022
99
ms.author: greglin
10-
# Customer intent: As an administrator, I want to resolve on-premises domains in Azure and resolve Azure private zones on-premise.
10+
# Customer intent: As an administrator, I want to resolve on-premises domains in Azure and resolve Azure private zones on-premises.
1111
---
1212

1313
# Resolve Azure and on-premises domains
@@ -21,7 +21,7 @@ This article provides guidance on how to configure hybrid DNS resolution by usin
2121
2222
## Azure DNS Private Resolver
2323

24-
The [Azure DNS Private Resolver](dns-private-resolver-overview.md) is a service that can resolve on-premises DNS queries for Azure DNS private zones. Previously, it was necessary to [deploy a VM-based custom DNS resolver](/azure/hdinsight/connect-on-premise-network), or use non-Microsoft DNS, DHCP, and IPAM (DDI) solutions to perform this function.
24+
The [Azure DNS Private Resolver](dns-private-resolver-overview.md) is a service that can resolve on-premises DNS queries for Azure DNS private zones. Previously, it was necessary to [deploy a VM-based custom DNS resolver](/azure/hdinsight/connect-on-premises-network), or use non-Microsoft DNS, DHCP, and IPAM (DDI) solutions to perform this function.
2525

2626
Benefits of using the Azure DNS Private Resolver service vs. VM-based resolvers or DDI solutions include:
2727
- Zero maintenance: Unlike VM or hardware based solutions, the private resolver doesn't require software updates, vulnerability scans, or security patching. The private resolver service is fully managed.
@@ -39,7 +39,7 @@ The following procedures in this article are used to enable and test hybrid DNS:
3939
- [Create an Azure DNS private zone](#create-an-azure-dns-private-zone)
4040
- [Create an Azure DNS Private Resolver](#create-an-azure-dns-private-resolver)
4141
- [Configure an Azure DNS forwarding ruleset](#configure-an-azure-dns-forwarding-ruleset)
42-
- [Configure on-premises DNS conditional forwarders](#configure-on-premise-dns-conditional-forwarders)
42+
- [Configure on-premises DNS conditional forwarders](#configure-on-premises-dns-conditional-forwarders)
4343
- [Demonstrate hybrid DNS](#demonstrate-hybrid-dns)
4444

4545
## Create an Azure DNS private zone
@@ -88,19 +88,19 @@ Next, create a rule in your ruleset for your on-premises domain. In this example
8888

8989
The procedure to configure on-premises DNS depends on the type of DNS server you're using. In the following example, a Windows DNS server at **10.100.0.2** is configured with a conditional forwarder for the private DNS zone **azure.contoso.com**. The conditional forwarder is set to forward queries to **10.10.0.4**, which is the inbound endpoint IP address for your Azure DNS Private Resolver. There's another IP address also configured here to enable DNS failover. For more information about enabling failover, see [Tutorial: Set up DNS failover using private resolvers](tutorial-dns-private-resolver-failover.md). For the purposes of this demonstration, only the **10.10.0.4** inbound endpoint is required.
9090

91-
![View on-premises forwarding](./media/private-resolver-hybrid-dns/on-premise-forwarders.png)
91+
![View on-premises forwarding](./media/private-resolver-hybrid-dns/on-premises-forwarders.png)
9292

9393
## Demonstrate hybrid DNS
9494

9595
Using a VM located in the virtual network where the Azure DNS Private Resolver is provisioned, issue a DNS query for a resource record in your on-premises domain. In this example, a query is performed for the record **testdns.contoso.com**:
9696

97-
![Verify Azure to on-premise](./media/private-resolver-hybrid-dns/azure-to-on-premise-lookup.png)
97+
![Verify Azure to on-premise](./media/private-resolver-hybrid-dns/azure-to-on-premises-lookup.png)
9898

9999
The path for the query is: Azure DNS > inbound endpoint > outbound endpoint > ruleset rule for contoso.com > on-premises DNS (10.100.0.2). The DNS server at 10.100.0.2 is an on-premises DNS resolver, but it could also be an authoritative DNS server.
100100

101101
Using an on-premises VM or device, issue a DNS query for a resource record in your Azure private DNS zone. In this example, a query is performed for the record **test.azure.contoso.com**:
102102

103-
![Verify on-premises to Azure](./media/private-resolver-hybrid-dns/on-premise-to-azure-lookup.png)
103+
![Verify on-premises to Azure](./media/private-resolver-hybrid-dns/on-premises-to-azure-lookup.png)
104104

105105
The path for this query is: client's default DNS resolver (10.100.0.2) > on-premises conditional forwarder rule for azure.contoso.com > inbound endpoint (10.10.0.4)
106106

articles/dns/tutorial-dns-private-resolver-failover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this scenario, you have connections from two on-premises locations to two Azu
3434

3535
The DNS resolution path is:
3636
1) Redundant on-premises DNS [conditional forwarders](#on-premise-forwarding) send DNS queries to inbound endpoints.
37-
2) [Inbound endpoints](#inbound-endpoints) receive DNS queries from on-premise.
37+
2) [Inbound endpoints](#inbound-endpoints) receive DNS queries from on-premises.
3838
3) Outbound endpoints and DNS forwarding rulesets process DNS queries and return replies to your on-premises resources.
3939

4040
Outbound endpoints and DNS forwarding rulesets aren't needed for the failover scenario, but are included here for completeness. Rulesets can be used is to resolve on-premises domains from Azure. For more information, see [Azure DNS Private Resolver endpoints and rulesets](private-resolver-endpoints-rulesets.md) and [Resolve Azure and on-premises domains](private-resolver-hybrid-dns.md).

0 commit comments

Comments
 (0)