Skip to content

Commit d9414de

Browse files
committed
docs: Update ms.date and split resource group creation into dedicated section
1 parent 011d114 commit d9414de

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: abell
66
ms.author: abell
77
ms.service: azure-private-link
88
ms.topic: tutorial
9-
ms.date: 02/18/2025
9+
ms.date: 02/23/2026
1010
ms.custom: template-tutorial
1111
# 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.
1212
---
@@ -54,6 +54,26 @@ The following resources are used in this tutorial to simulate an on-premises and
5454
| Virtual network peer | **vnet-1-to-vnet-2** | Virtual network peer between the simulated on-premises network and cloud virtual network. |
5555
| Virtual network peer | **vnet-2-to-vnet-1** | Virtual network peer between the cloud virtual network and simulated on-premises network. |
5656

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+
5777
## Create a virtual network
5878

5979
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.
6888
|---|---|
6989
| **Project details** | |
7090
| Subscription | Select your subscription. |
71-
| Resource group | Select **Create new**. </br> Enter **test-rg** for the name. </br> Select **OK**. |
91+
| Resource group | Select **test-rg**. |
7292
| **Instance details** | |
7393
| Name | Enter **vnet-1**. |
7494
| Region | Select **East US 2**. |

0 commit comments

Comments
 (0)