|
1 | 1 | ---
|
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. |
4 | 4 | services: dns
|
5 | 5 | author: vhorne
|
6 | 6 | ms.service: dns
|
7 |
| -ms.topic: tutorial |
8 |
| -ms.date: 06/13/2019 |
| 7 | +ms.topic: article |
| 8 | +ms.date: 06/14/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 |
| -# Tutorial: Create an Azure DNS private zone using Azure PowerShell |
| 13 | +# Create an Azure DNS private zone using Azure PowerShell |
14 | 14 |
|
15 | 15 | [!INCLUDE [private-dns-public-preview-notice](../../includes/private-dns-public-preview-notice.md)]
|
16 | 16 |
|
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. |
18 | 18 |
|
19 | 19 | [!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
|
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 *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.
|
22 | 22 |
|
23 |
| -In this tutorial, you learn how to: |
| 23 | +In this article, you learn how to: |
24 | 24 |
|
25 | 25 | > [!div class="checklist"]
|
26 | 26 | > * Create a DNS private zone
|
27 | 27 | > * Create test virtual machines
|
28 | 28 | > * Create an additional DNS record
|
29 | 29 | > * Test the private zone
|
30 | 30 |
|
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)] |
37 | 32 |
|
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. |
39 | 34 |
|
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). |
41 | 36 |
|
42 | 37 | ## Create the resource group
|
43 | 38 |
|
@@ -200,16 +195,15 @@ Repeat for myVM02.
|
200 | 195 |
|
201 | 196 | ## Delete all resources
|
202 | 197 |
|
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. |
204 | 199 |
|
205 | 200 | ```azurepowershell
|
206 | 201 | Remove-AzResourceGroup -Name MyAzureResourceGroup
|
207 | 202 | ```
|
208 | 203 |
|
209 | 204 | ## Next steps
|
210 | 205 |
|
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. |
212 | 207 | Next, you can learn more about private DNS zones.
|
213 | 208 |
|
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