Skip to content

Commit 80202ff

Browse files
committed
add note not to skip verification steps
1 parent 67027d1 commit 80202ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you learn how to create and manage your first p
44
services: dns
55
author: greg-lindsay
66
ms.author: greglin
7-
ms.date: 08/18/2022
7+
ms.date: 09/16/2022
88
ms.topic: quickstart
99
ms.service: dns
1010
ms.custom: devx-track-azurepowershell, mode-api
@@ -69,6 +69,9 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.Network
6969

7070
## Create a DNS resolver instance
7171

72+
> [!IMPORTANT]
73+
> Steps to verify or confirm that resources were successfully created are not optional. Do not skip these steps. The steps populate variables that can be used in later procedures.
74+
7275
Create a resource group to host the resources. The resource group must be in a [supported region](dns-private-resolver-overview.md). In this example, the location is westcentralus.
7376

7477
```Azure PowerShell

0 commit comments

Comments
 (0)