Skip to content

Commit 94f538a

Browse files
committed
author correction
1 parent 8c587b7 commit 94f538a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/dns/dns-get-started-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: 'Quickstart: Create an Azure DNS zone and record - Azure Resource Manager
33
titleSuffix: Azure DNS
44
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).
55
services: dns
6-
author: duongau
7-
ms.author: duau
6+
author: greg-lindsay
7+
ms.author: greglin
88
ms.date: 11/30/2023
99
ms.topic: quickstart
1010
ms.service: dns
@@ -66,7 +66,7 @@ To find more templates that are related to Azure Traffic Manager, see [Azure Qui
6666
6767
1. Enter the values.
6868
69-
The template deployment creates a zone with one `A` record pointing to two IP addresses. The resource group name is the project name with **rg** appended.
69+
The template deployment creates a zone with one `A` record pointing to two IP addresses. The resource group name is the project name with `rg` appended.
7070
7171
It takes a couple seconds to deploy the template. When completed, the output is similar to:
7272
@@ -80,7 +80,7 @@ Azure PowerShell is used to deploy the template. In addition to Azure PowerShell
8080
8181
1. Select **Resource groups** from the left pane.
8282
83-
1. Select the resource group that you created in the previous section. The default resource group name is the project name with **rg** appended.
83+
1. Select the resource group that you created in the previous section. The default resource group name is the project name with `rg` appended.
8484
8585
1. The resource group should contain the following resources seen here:
8686

0 commit comments

Comments
 (0)