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/dns/dns-get-started-template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'Quickstart: Create an Azure DNS zone and record - Azure Resource Manager template (ARM template)'
3
3
titleSuffix: Azure DNS
4
-
description: Learn how to create a DNS zone and record in Azure DNS. This is a step-by-step quickstart to create and manage your first DNS zone and record using Azure Resource Manager template (ARM template).
4
+
description: Learn how to create a DNS zone and record in Azure DNS. This article is a step-by-step quickstart to create and manage your first DNS zone and record using Azure Resource Manager template (ARM template).
5
5
services: dns
6
6
author: duongau
7
7
ms.author: duau
@@ -112,7 +112,7 @@ The host name `www.2lwynbseszpam.azurequickstart.org` resolves to `1.2.3.4` and
112
112
113
113
## Clean up resources
114
114
115
-
When you no longer need the resources that you created with the DNS zone, delete the resource group. This removes the DNS zone and all the related resources.
115
+
When you no longer need the resources that you created with the DNS zone, delete the resource group. This action removes the DNS zone and all the related resources.
116
116
117
117
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
0 commit comments