Skip to content

Commit e9291e1

Browse files
committed
fixes and acrolinx
1 parent 2b8f725 commit e9291e1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/private-link/tutorial-dns-on-premises-private-resolver.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: asudbring
66
ms.author: allensu
77
ms.service: private-link
88
ms.topic: tutorial
9-
ms.date: 12/01/2022
9+
ms.date: 08/29/2023
1010
ms.custom: template-tutorial
1111
---
1212

@@ -38,7 +38,7 @@ Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
3838

3939
## Overview
4040

41-
A virtual network for the Azure Web App and simulated on-premises network is used for the resources in the tutorial. You'll create two virtual networks and peer them to simulate an Express Route or VPN connection between on-premises and Azure. An Azure Bastion host is deployed in the simulated on-premises network to connect to the test virtual machine. The test virtual machine is used to test the private endpoint connection to the web app and DNS resolution.
41+
A virtual network for the Azure Web App and simulated on-premises network is used for the resources in the tutorial. You create two virtual networks and peer them to simulate an Express Route or VPN connection between on-premises and Azure. An Azure Bastion host is deployed in the simulated on-premises network to connect to the test virtual machine. The test virtual machine is used to test the private endpoint connection to the web app and DNS resolution.
4242

4343
The following resources are used in this tutorial to simulate an on-premises and cloud network infrastructure:
4444

@@ -53,7 +53,7 @@ The following resources are used in this tutorial to simulate an on-premises and
5353

5454
[!INCLUDE [virtual-network-create-with-bastion.md](../../includes/virtual-network-create-with-bastion.md)]
5555

56-
It will take a few minutes for the Bastion host deployment to complete. The Bastion host is used later in the tutorial to connect to the "on-premises" virtual machine to test the private endpoint. You can proceed to the next steps when the virtual network is created.
56+
It takes a few minutes for the Bastion host deployment to complete. The Bastion host is used later in the tutorial to connect to the "on-premises" virtual machine to test the private endpoint. You can proceed to the next steps when the virtual network is created.
5757

5858
## Create cloud virtual network
5959

@@ -79,7 +79,7 @@ Repeat the previous steps to create a cloud virtual network for the Azure Web Ap
7979

8080
An Azure private endpoint creates a network interface for a supported Azure service in your virtual network. The private endpoint enables the Azure service to be accessed from a private connection in your Azure Virtual Network or on-premises network.
8181

82-
You'll create a private endpoint for the web app you created previously.
82+
You create a private endpoint for the web app you created previously.
8383

8484
1. In the search box at the top of the portal, enter **Private endpoint**. Select **Private endpoints** in the search results.
8585

@@ -133,7 +133,7 @@ You'll create a private endpoint for the web app you created previously.
133133

134134
## Create a private resolver
135135

136-
You'll create a private resolver in the virtual network where the private endpoint resides. The resolver will receive DNS requests from the simulated on-premises workload. Those requests are forwarded to the Azure provided DNS. The Azure provided DNS will resolve the Azure Private DNS zone for the private endpoint and return the IP address to the on-premises workload.
136+
You create a private resolver in the virtual network where the private endpoint resides. The resolver receives DNS requests from the simulated on-premises workload. Those requests are forwarded to the Azure provided DNS. The Azure provided DNS resolves the Azure Private DNS zone for the private endpoint and return the IP address to the on-premises workload.
137137

138138
1. In the search box at the top of the portal, enter **DNS private resolver**. Select **DNS private resolvers** in the search results.
139139

@@ -173,9 +173,9 @@ When the private resolver deployment is complete, continue to the next steps.
173173

174174
### Set up DNS for simulated network
175175

176-
The following steps will set the private resolver as the primary DNS server for the simulated on-premises network **vnet-1**.
176+
The following steps set the private resolver as the primary DNS server for the simulated on-premises network **vnet-1**.
177177

178-
In a production environment, these steps aren't needed and are only to simulate the DNS resolution for the private endpoint. Your local DNS server will have a conditional forwarder to this IP address to resolve the private endpoint DNS records from the on-premises network.
178+
In a production environment, these steps aren't needed and are only to simulate the DNS resolution for the private endpoint. Your local DNS server has a conditional forwarder to this IP address to resolve the private endpoint DNS records from the on-premises network.
179179

180180
1. In the search box at the top of the portal, enter **DNS private resolver**. Select **DNS private resolvers** in the search results.
181181

@@ -201,7 +201,7 @@ In a production environment, these steps aren't needed and are only to simulate
201201

202202
## Test connectivity to private endpoint
203203

204-
In this section, you'll use the virtual machine you created in the previous step to connect to the web app across the private endpoint.
204+
In this section, you use the virtual machine you created in the previous step to connect to the web app across the private endpoint.
205205

206206
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
207207

@@ -215,9 +215,9 @@ In this section, you'll use the virtual machine you created in the previous step
215215

216216
6. Open Windows PowerShell on the server after you connect.
217217

218-
7. Enter `nslookup <webapp-name>.azurewebsites.net`. Replace **\<webapp-name>** with the name of the web app you created in the previous steps. You'll receive a message similar to what is displayed below:
218+
7. Enter `nslookup <webapp-name>.azurewebsites.net`. Replace **\<webapp-name>** with the name of the web app you created in the previous steps. You receive a message similar to the following output:
219219

220-
```powershell
220+
```output
221221
Server: UnKnown
222222
Address: 168.63.129.16
223223

0 commit comments

Comments
 (0)