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/private-dns-getstarted-powershell.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: Create an Azure DNS private zone using Azure PowerShell
2
+
title: Tutorial - Create an Azure DNS private zone using Azure PowerShell
3
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.
4
4
services: dns
5
5
author: vhorne
6
6
ms.service: dns
7
7
ms.topic: tutorial
8
-
ms.date: 3/25/2019
8
+
ms.date: 3/11/2019
9
9
ms.author: victorh
10
10
#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.
11
11
---
12
12
13
-
# Create an Azure DNS private zone using Azure PowerShell
13
+
# Tutorial: Create an Azure DNS private zone using Azure PowerShell
14
14
15
15
This tutorial walks you through the steps to create your first private DNS zone and record using Azure PowerShell.
16
16
@@ -20,7 +20,7 @@ This tutorial walks you through the steps to create your first private DNS zone
20
20
21
21
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*.
22
22
23
-
In this article, you learn how to:
23
+
In this tutorial, you learn how to:
24
24
25
25
> [!div class="checklist"]
26
26
> * Create a DNS private zone
@@ -30,7 +30,7 @@ In this article, you learn how to:
30
30
31
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
32
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).
34
34
35
35
<!--- ## Get the Preview PowerShell modules
36
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. -->
0 commit comments