Skip to content

Commit e2c21e5

Browse files
committed
premise back to premises
1 parent 7f1a3d4 commit e2c21e5

6 files changed

+49
-49
lines changed

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

Lines changed: 5 additions & 5 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-premise 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-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).
1919

2020
## Prerequisites
2121

@@ -101,13 +101,13 @@ Next, add a virtual network to the resource group that you created, and configur
101101

102102
## Create a second virtual network
103103

104-
Create a second virtual network to simulate an on-premise or other environment. To create a second virtual network:
104+
Create a second virtual network to simulate an on-premises or other environment. To create a second virtual network:
105105

106106
1. Select **Virtual Networks** from the **Azure services** list, or search for **Virtual Networks** and then select **Virtual Networks**.
107107
2. Select **Create**, and then on the **Basics** tab select your subscription and choose the same resource group that you have been using in this guide (ex: myresourcegroup).
108108
3. Next to **Name**, enter a name for the new virtual network (ex: myvnet2).
109109
4. Verify that the **Region** selected is the same region used previously in this guide (ex: West Central US).
110-
5. Select the **IP Addresses** tab and edit the default IP address space. Replace the address space with a simulated on-premise address space (ex: 12.0.0.0/8).
110+
5. Select the **IP Addresses** tab and edit the default IP address space. Replace the address space with a simulated on-premises address space (ex: 12.0.0.0/8).
111111
6. Select **Add subnet** and enter the following:
112112
- Subnet name: backendsubnet
113113
- Subnet address range: 12.2.0.0/24
@@ -131,7 +131,7 @@ To apply your forwarding ruleset to the second virtual network, you must create
131131

132132
Add or remove specific rules your DNS forwarding ruleset as desired, such as:
133133
- A rule to resolve an Azure Private DNS zone linked to your virtual network: azure.contoso.com.
134-
- A rule to resolve an on-premise zone: internal.contoso.com.
134+
- A rule to resolve an on-premises zone: internal.contoso.com.
135135
- A wildcard rule to forward unmatched DNS queries to a protective DNS service.
136136

137137
### Delete a rule from the forwarding ruleset
@@ -166,7 +166,7 @@ Add three new conditional forwarding rules to the ruleset.
166166

167167
In this example:
168168
- 10.0.0.4 is the resolver's inbound endpoint.
169-
- 192.168.1.2 is an on-premise DNS server.
169+
- 192.168.1.2 is an on-premises DNS server.
170170
- 10.5.5.5 is a protective DNS service.
171171

172172
## Test the private resolver

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article walks you through the steps to create your first private DNS zone a
1717

1818
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
1919

20-
Azure DNS Private Resolver is a new service currently in public preview. Azure DNS Private Resolver enables you to query Azure DNS private zones from an on-premise environment and vice versa without deploying VM based DNS servers. For more information, including benefits, capabilities, and regional availability, see [What is Azure DNS Private Resolver](dns-private-resolver-overview.md).
20+
Azure DNS Private Resolver is a new service currently in public preview. 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. For more information, including benefits, capabilities, and regional availability, see [What is Azure DNS Private Resolver](dns-private-resolver-overview.md).
2121

2222
## Prerequisites
2323

@@ -107,7 +107,7 @@ $virtualNetwork | Set-AzVirtualNetwork
107107

108108
### Create the inbound endpoint
109109

110-
Create an inbound endpoint to enable name resolution from on-premise or another private location using an IP address that is part of your private virtual network address space.
110+
Create an inbound endpoint to enable name resolution from on-premises or another private location using an IP address that is part of your private virtual network address space.
111111

112112
```Azure PowerShell
113113
$ipconfig = New-AzDnsResolverIPConfigurationObject -PrivateIPAllocationMethod Dynamic -SubnetId /subscriptions/<your sub id>/resourceGroups/myresourcegroup/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/snet-inbound
@@ -189,7 +189,7 @@ $virtualNetworkLink.ToJsonString()
189189

190190
## Create a second virtual network and link it to your DNS forwarding ruleset
191191

192-
Create a second virtual network to simulate an on-premise or other environment.
192+
Create a second virtual network to simulate an on-premises or other environment.
193193

194194
```Azure PowerShell
195195
$vnet2 = New-AzVirtualNetwork -Name myvnet2 -ResourceGroupName myresourcegroup -Location westcentralus -AddressPrefix "12.0.0.0/8"
@@ -221,7 +221,7 @@ $forwardingrule = New-AzDnsForwardingRulesetForwardingRule -ResourceGroupName my
221221

222222
In this example:
223223
- 10.0.0.4 is the resolver's inbound endpoint.
224-
- 192.168.1.2 and 192.168.1.3 are on-premise DNS servers.
224+
- 192.168.1.2 and 192.168.1.3 are on-premises DNS servers.
225225
- 10.5.5.5 is a protective DNS service.
226226

227227
## Test the private resolver

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: greglin
1313

1414
# What is Azure DNS Private Resolver?
1515

16-
Azure DNS Private Resolver is a new service that enables you to query Azure DNS private zones from an on-premise environment and vice versa without deploying VM based DNS servers.
16+
Azure DNS Private Resolver is a new service that enables you to query Azure DNS private zones from an on-premises environment and vice versa without deploying VM based DNS servers.
1717

1818
> [!IMPORTANT]
1919
> Azure DNS Private Resolver is currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
@@ -36,7 +36,7 @@ The DNS query process when using an Azure DNS Private Resolver is summarized bel
3636
8. If multiple matches are present, the longest suffix is used.
3737
9. If no match is found, no DNS forwarding occurs and Azure DNS is used to resolve the query.
3838

39-
The architecture for Azure DNS Private Resolver is summarized in the following figure. DNS resolution between Azure virtual networks and on-premise networks requires [Azure ExpressRoute](../expressroute/expressroute-introduction.md) or a [VPN](../vpn-gateway/vpn-gateway-about-vpngateways.md).
39+
The architecture for Azure DNS Private Resolver is summarized in the following figure. DNS resolution between Azure virtual networks and on-premises networks requires [Azure ExpressRoute](../expressroute/expressroute-introduction.md) or a [VPN](../vpn-gateway/vpn-gateway-about-vpngateways.md).
4040

4141
[ ![Azure DNS Private Resolver architecture](./media/dns-resolver-overview/resolver-architecture.png) ](./media/dns-resolver-overview/resolver-architecture_highres.png#lightbox)
4242

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

7777
### Inbound endpoints
7878

79-
An inbound endpoint enables name resolution from on-premise 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-premise DNS conditional forwarder. The on-premise 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-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.
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

@@ -133,7 +133,7 @@ Outbound endpoints have the following limitations:
133133
## Next steps
134134

135135
* Learn how to create an Azure DNS Private Resolver by using [Azure PowerShell](./dns-private-resolver-get-started-powershell.md) or [Azure portal](./dns-private-resolver-get-started-portal.md).
136-
* Understand how to [Resolve Azure and on-premise domains](private-resolver-hybrid-dns.md) using the Azure DNS Private Resolver.
136+
* Understand how to [Resolve Azure and on-premises domains](private-resolver-hybrid-dns.md) using the Azure DNS Private Resolver.
137137
* Learn about [Azure DNS Private Resolver endpoints and rulesets](private-resolver-endpoints-rulesets.md).
138138
* Learn how to [Set up DNS failover using private resolvers](tutorial-dns-private-resolver-failover.md)
139139
* Learn how to [configure hybrid DNS](private-resolver-hybrid-dns.md) using private resolvers.

articles/dns/private-resolver-endpoints-rulesets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this article, you'll learn about components of the [Azure DNS Private Resolve
1919
2020
## Inbound endpoints
2121

22-
As the name suggests, inbound endpoints will ingress to Azure. Inbound endpoints provide an IP address to forward DNS queries from on-premise and other locations outside your virtual network. DNS queries sent to the inbound endpoint are resolved using Azure DNS. Private DNS zones that are linked to the virtual network where the inbound endpoint is provisioned are resolved by the inbound endpoint.
22+
As the name suggests, inbound endpoints will ingress to Azure. Inbound endpoints provide an IP address to forward DNS queries from on-premises and other locations outside your virtual network. DNS queries sent to the inbound endpoint are resolved using Azure DNS. Private DNS zones that are linked to the virtual network where the inbound endpoint is provisioned are resolved by the inbound endpoint.
2323

2424
The IP address associated with an inbound endpoint is always part of the private virtual network address space where the private resolver is deployed. No other resources can exist in the same subnet with the inbound endpoint. The following screenshot shows an inbound endpoint with an IP address of 10.10.0.4 inside the subnet `snet-E-inbound` provisioned within a virtual network with address space of 10.10.0.0/16.
2525

@@ -75,7 +75,7 @@ A query for `secure.store.azure.contoso.com` will match the **AzurePrivate** rul
7575

7676
* Review components, benefits, and requirements for [Azure DNS Private Resolver](dns-private-resolver-overview.md).
7777
* Learn how to create an Azure DNS Private Resolver by using [Azure PowerShell](./dns-private-resolver-get-started-powershell.md) or [Azure portal](./dns-private-resolver-get-started-portal.md).
78-
* Understand how to [Resolve Azure and on-premise domains](private-resolver-hybrid-dns.md) using the Azure DNS Private Resolver.
78+
* Understand how to [Resolve Azure and on-premises domains](private-resolver-hybrid-dns.md) using the Azure DNS Private Resolver.
7979
* Learn how to [Set up DNS failover using private resolvers](tutorial-dns-private-resolver-failover.md)
8080
* Learn how to [configure hybrid DNS](private-resolver-hybrid-dns.md) using private resolvers.
8181
* Learn about some of the other key [networking capabilities](../networking/fundamentals/networking-overview.md) of Azure.

0 commit comments

Comments
 (0)