Skip to content

Commit 824e4ef

Browse files
authored
Merge pull request #134619 from duongau/patch-2
DNS: Quickstart PS - Content Standards
2 parents 13b1f19 + 93a05a6 commit 824e4ef

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/dns/dns-getstarted-powershell.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: dns
66
author: rohinkoul
77
ms.service: dns
88
ms.topic: quickstart
9-
ms.date: 3/11/2019
9+
ms.date: 10/20/2020
1010
ms.author: rohink
1111
ms.custom: devx-track-azurepowershell
1212
#Customer intent: As an administrator or developer, I want to learn how to configure Azure DNS using Azure PowerShell so I can use Azure DNS for my name resolution.
@@ -22,9 +22,12 @@ A DNS zone is used to host the DNS records for a particular domain. To start hos
2222

2323
Azure DNS also supports creating private domains. For step-by-step instructions about how create your first private DNS zone and record, see [Get started with Azure DNS private zones using PowerShell](private-dns-getstarted-powershell.md).
2424

25-
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
25+
## Prerequisites
26+
27+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
28+
- Azure PowerShell installed locally or Azure Cloud Shell
2629

27-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
30+
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2831

2932
## Create the resource group
3033

@@ -90,7 +93,7 @@ Now that you have a test DNS zone with a test 'A' record, you can test the name
9093

9194
The host name **www\.contoso.xyz** resolves to **10.10.10.10**, just as you configured it. This result verifies that name resolution is working correctly.
9295

93-
## Delete all resources
96+
## Clean up resources
9497

9598
When no longer needed, you can delete all resources created in this quickstart by deleting the resource group:
9699

0 commit comments

Comments
 (0)