Skip to content

Commit 805e0fa

Browse files
authored
Merge pull request #134610 from duongau/patch-7
DNS: Quickstart CLI - Content Standards
2 parents d711b61 + c66e0b6 commit 805e0fa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/dns/dns-getstarted-cli.md

Lines changed: 7 additions & 2 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-azurecli
1212
#Customer intent: As an administrator or developer, I want to learn how to configure Azure DNS using the Azure CLI so I can use Azure DNS for my name resolution.
@@ -20,6 +20,11 @@ A DNS zone is used to host the DNS records for a particular domain. To start hos
2020

2121
Azure DNS also supports private DNS zones. To learn more about private DNS zones, see [Using Azure DNS for private domains](private-dns-overview.md). For an example on how to create a private DNS zone, see [Get started with Azure DNS private zones using CLI](./private-dns-getstarted-cli.md).
2222

23+
## Prerequisites
24+
25+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
26+
- [Azure CLI version 2.0.4 or later](/cli/azure/install-azure-cli) (if you run Azure CLI locally).
27+
2328
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2429

2530
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
@@ -92,7 +97,7 @@ Now that you have a test DNS zone with a test 'A' record, you can test the name
9297

9398
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.
9499

95-
## Delete all resources
100+
## Clean up resources
96101

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

0 commit comments

Comments
 (0)