Skip to content

Commit 90359b7

Browse files
authored
Merge pull request #79704 from vhorne/dns-priv-ps
remove tutorial, cleanup ps prepare statements
2 parents e739532 + 4531a25 commit 90359b7

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

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

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,38 @@
11
---
2-
title: Tutorial - Create an Azure DNS private zone using Azure PowerShell
3-
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.
2+
title: Create an Azure DNS private zone using Azure PowerShell
3+
description: In this article, 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
7-
ms.topic: tutorial
8-
ms.date: 06/13/2019
7+
ms.topic: article
8+
ms.date: 06/14/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-
# Tutorial: Create an Azure DNS private zone using Azure PowerShell
13+
# Create an Azure DNS private zone using Azure PowerShell
1414

1515
[!INCLUDE [private-dns-public-preview-notice](../../includes/private-dns-public-preview-notice.md)]
1616

17-
This tutorial walks you through the steps to create your first private DNS zone and record using Azure PowerShell.
17+
This article walks you through the steps to create your first private DNS zone and record using Azure PowerShell.
1818

1919
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
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 *linked* virtual networks. When autoregistration is enabled, Azure DNS also updates the zone records whenever a virtual machine is created, changes its' IP address, or is deleted.
2222

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

2525
> [!div class="checklist"]
2626
> * Create a DNS private zone
2727
> * Create test virtual machines
2828
> * Create an additional DNS record
2929
> * Test the private zone
3030
31-
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
32-
33-
If you prefer, you can complete this tutorial using [Azure CLI](private-dns-getstarted-cli.md).
34-
35-
<!--- ## Get the Preview PowerShell modules
36-
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. -->
31+
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3732

38-
<!---[!INCLUDE [dns-powershell-setup](../../includes/dns-powershell-setup-include.md)] -->
33+
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3934

40-
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
35+
If you prefer, you can complete this procedure using [Azure CLI](private-dns-getstarted-cli.md).
4136

4237
## Create the resource group
4338

@@ -200,16 +195,15 @@ Repeat for myVM02.
200195

201196
## Delete all resources
202197

203-
When no longer needed, delete the **MyAzureResourceGroup** resource group to delete the resources created in this tutorial.
198+
When no longer needed, delete the **MyAzureResourceGroup** resource group to delete the resources created in this article.
204199

205200
```azurepowershell
206201
Remove-AzResourceGroup -Name MyAzureResourceGroup
207202
```
208203

209204
## Next steps
210205

211-
In this tutorial, you deployed a private DNS zone, created a DNS record, and tested the zone.
206+
In this article, you deployed a private DNS zone, created a DNS record, and tested the zone.
212207
Next, you can learn more about private DNS zones.
213208

214-
> [!div class="nextstepaction"]
215-
> [Using Azure DNS for private domains](private-dns-overview.md)
209+
* [Using Azure DNS for private domains](private-dns-overview.md)

0 commit comments

Comments
 (0)