Skip to content

Commit 680b840

Browse files
committed
Revert "Revert "Revert "update ps article no longer in tutorial toc"""
This reverts commit a8fbfe1.
1 parent a8fbfe1 commit 680b840

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/dns/private-dns-getstarted-powershell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Create an Azure DNS private zone using Azure PowerShell
2+
title: Tutorial - Create an Azure DNS private zone using Azure PowerShell
33
description: In this tutorial, you create and test a private DNS zone and record in Azure DNS. This is a step-by-step guide to create and manage your first private DNS zone and record using Azure PowerShell.
44
services: dns
55
author: vhorne
66
ms.service: dns
77
ms.topic: tutorial
8-
ms.date: 3/25/2019
8+
ms.date: 3/11/2019
99
ms.author: victorh
1010
#Customer intent: As an experienced network administrator I want to create an Azure DNS private zone, so I can resolve host names on my private virtual networks.
1111
---
1212

13-
# Create an Azure DNS private zone using Azure PowerShell
13+
# Tutorial: Create an Azure DNS private zone using Azure PowerShell
1414

1515
This tutorial walks you through the steps to create your first private DNS zone and record using Azure PowerShell.
1616

@@ -20,7 +20,7 @@ This tutorial walks you through the steps to create your first private DNS zone
2020

2121
A DNS zone is used to host the DNS records for a particular domain. To start hosting your domain in Azure DNS, you need to create a DNS zone for that domain name. Each DNS record for your domain is then created inside this DNS zone. To publish a private DNS zone to your virtual network, you specify the list of virtual networks that are allowed to resolve records within the zone. These are called *resolution virtual networks*. You may also specify a virtual network for which Azure DNS maintains hostname records whenever a VM is created, changes IP, or is deleted. This is called a *registration virtual network*.
2222

23-
In this article, you learn how to:
23+
In this tutorial, you learn how to:
2424

2525
> [!div class="checklist"]
2626
> * Create a DNS private zone
@@ -30,7 +30,7 @@ In this article, you learn how to:
3030
3131
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3232

33-
If you prefer, you can complete this task using the [Azure portal](private-dns-portal.md) or [Azure CLI](private-dns-getstarted-cli.md).
33+
If you prefer, you can complete this tutorial using [Azure CLI](private-dns-getstarted-cli.md).
3434

3535
<!--- ## Get the Preview PowerShell modules
3636
These instructions assume you have already installed and signed in to Azure PowerShell, including ensuring you have the required modules for the Private Zone feature. -->

0 commit comments

Comments
 (0)