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
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: abell
6
6
ms.author: abell
7
7
ms.service: azure-private-link
8
8
ms.topic: tutorial
9
-
ms.date: 02/18/2025
9
+
ms.date: 02/23/2026
10
10
ms.custom: template-tutorial
11
11
# Customer intent: As a network administrator, I want to build a private DNS infrastructure using a resolver with a private endpoint for my on-premises workloads, so that I can securely resolve private IPs without managing VMs or DNS records on-premises.
12
12
---
@@ -54,6 +54,26 @@ The following resources are used in this tutorial to simulate an on-premises and
54
54
| Virtual network peer |**vnet-1-to-vnet-2**| Virtual network peer between the simulated on-premises network and cloud virtual network. |
55
55
| Virtual network peer |**vnet-2-to-vnet-1**| Virtual network peer between the cloud virtual network and simulated on-premises network. |
56
56
57
+
## Create a resource group
58
+
59
+
A resource group is a logical container for Azure resources. This procedure creates a resource group for all resources used in this tutorial.
60
+
61
+
1. In the portal, search for and select **Resource groups**.
62
+
63
+
1. On the **Resource groups** page, select **+ Create**.
64
+
65
+
1. On the **Basics** tab, enter or select the following information:
66
+
67
+
| Setting | Value |
68
+
|---|---|
69
+
|**Project details**||
70
+
| Subscription | Select your subscription. |
71
+
| Resource group | Enter **test-rg**. |
72
+
|**Resource details**||
73
+
| Region | Select **East US 2**. |
74
+
75
+
1. Select **Review + create**, and then select **Create**.
76
+
57
77
## Create a virtual network
58
78
59
79
The following procedure creates a virtual network with a resource subnet.
@@ -68,7 +88,7 @@ The following procedure creates a virtual network with a resource subnet.
68
88
|---|---|
69
89
|**Project details**||
70
90
| Subscription | Select your subscription. |
71
-
| Resource group | Select **Create new**. </br> Enter **test-rg** for the name. </br> Select **OK**. |
0 commit comments