You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/private-link/tutorial-dns-on-premises-private-resolver.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: asudbring
6
6
ms.author: allensu
7
7
ms.service: private-link
8
8
ms.topic: tutorial
9
-
ms.date: 12/01/2022
9
+
ms.date: 08/29/2023
10
10
ms.custom: template-tutorial
11
11
---
12
12
@@ -38,7 +38,7 @@ Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
38
38
39
39
## Overview
40
40
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.
42
42
43
43
The following resources are used in this tutorial to simulate an on-premises and cloud network infrastructure:
44
44
@@ -53,7 +53,7 @@ The following resources are used in this tutorial to simulate an on-premises and
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.
57
57
58
58
## Create cloud virtual network
59
59
@@ -79,7 +79,7 @@ Repeat the previous steps to create a cloud virtual network for the Azure Web Ap
79
79
80
80
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.
81
81
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.
83
83
84
84
1. In the search box at the top of the portal, enter **Private endpoint**. Select **Private endpoints** in the search results.
85
85
@@ -133,7 +133,7 @@ You'll create a private endpoint for the web app you created previously.
133
133
134
134
## Create a private resolver
135
135
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.
137
137
138
138
1. In the search box at the top of the portal, enter **DNS private resolver**. Select **DNS private resolvers** in the search results.
139
139
@@ -173,9 +173,9 @@ When the private resolver deployment is complete, continue to the next steps.
173
173
174
174
### Set up DNS for simulated network
175
175
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**.
177
177
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.
179
179
180
180
1. In the search box at the top of the portal, enter **DNS private resolver**. Select **DNS private resolvers** in the search results.
181
181
@@ -201,7 +201,7 @@ In a production environment, these steps aren't needed and are only to simulate
201
201
202
202
## Test connectivity to private endpoint
203
203
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.
205
205
206
206
1. In the search box at the top of the portal, enter **Virtual machine**. Select **Virtual machines** in the search results.
207
207
@@ -215,9 +215,9 @@ In this section, you'll use the virtual machine you created in the previous step
215
215
216
216
6. Open Windows PowerShell on the server after you connect.
217
217
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:
0 commit comments