Skip to content

Commit 32f5b75

Browse files
committed
remove private tutorial
1 parent b27ca7a commit 32f5b75

6 files changed

+20
-211
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10790,6 +10790,11 @@
1079010790
"redirect_url": "/azure/dns/scripts/dns-cli-create-dns-zone-record",
1079110791
"redirect_document_id": false
1079210792
},
10793+
{
10794+
"source_path": "articles/dns/private-dns-portal.md",
10795+
"redirect_url": "/azure/dns/private-dns-getstarted-portal",
10796+
"redirect_document_id": false
10797+
},
1079310798
{
1079410799
"source_path": "articles/data-lake-analytics/data-lake-analytics-get-started-net-sdk.md",
1079510800
"redirect_url": "/azure/data-lake-analytics/data-lake-analytics-get-started-cli2",

articles/dns/TOC.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
href: tutorial-alias-pip.md
4040
- name: Alias records for zone records
4141
href: tutorial-alias-rr.md
42-
- name: Private DNS
43-
items:
44-
- name: Create private DNS zone and record
45-
href: private-dns-portal.md
46-
4742
- name: Samples
4843
items:
4944
- name: Azure CLI
@@ -74,12 +69,6 @@
7469
href: private-dns-scenarios.md
7570
- name: How to
7671
items:
77-
- name: Private DNS
78-
items:
79-
- name: Create private zone - CLI
80-
href: private-dns-getstarted-cli.md
81-
- name: Create private zone - PowerShell
82-
href: private-dns-getstarted-powershell.md
8372
- name: Public DNS
8473
items:
8574
- name: Alias records for load balanced web apps

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Quickstart - Create an Azure DNS private zone using the Azure CLI
2+
title: Quickstart - Create an Azure private DNS zone using the Azure CLI
33
description: In this quickstart, 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 CLI.
44
services: dns
55
author: vhorne
66
ms.service: dns
77
ms.topic: quickstart
88
ms.date: 09/20/2019
99
ms.author: victorh
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.
10+
#Customer intent: As an experienced network administrator I want to create an Azure private DNS zone, so I can resolve host names on my private virtual networks.
1111
---
1212

13-
# Create an Azure DNS private zone using the Azure CLI
13+
# Create an Azure private DNS zone using the Azure CLI
1414

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

@@ -21,7 +21,7 @@ A DNS zone is used to host the DNS records for a particular domain. To start hos
2121
In this quickstart, you learn how to:
2222

2323
> [!div class="checklist"]
24-
> * Create a DNS private zone
24+
> * Create a private DNS zone
2525
> * Create test virtual machines
2626
> * Create an additional DNS record
2727
> * Test the private zone
@@ -40,7 +40,7 @@ First, create a resource group to contain the DNS zone:
4040
az group create --name MyAzureResourceGroup --location "East US"
4141
```
4242

43-
## Create a DNS private zone
43+
## Create a private DNS zone
4444

4545
The following example creates a virtual network named **myAzureVNet**. Then it creates a DNS zone named **private.contoso.com** in the **MyAzureResourceGroup** resource group, links the DNS zone to the **MyAzureVnet** virtual network, and enables automatic registration.
4646

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Quickstart - Create an Azure DNS private zone using the Azure portal
2+
title: Quickstart - Create an Azure private DNS zone using the Azure portal
33
description: In this quickstart, 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 the Azure portal.
44
services: dns
55
author: vhorne
66
ms.service: dns
77
ms.topic: quickstart
88
ms.date: 09/20/2019
99
ms.author: victorh
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.
10+
#Customer intent: As an experienced network administrator I want to create an Azure private DNS zone, so I can resolve host names on my private virtual networks.
1111
---
1212

13-
# Quickstart: Create an Azure DNS private zone using the Azure portal
13+
# Quickstart: Create an Azure private DNS zone using the Azure portal
1414

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

@@ -21,7 +21,7 @@ A DNS zone is used to host the DNS records for a particular domain. To start hos
2121
In this quickstart, you learn how to:
2222

2323
> [!div class="checklist"]
24-
> * Create a DNS private zone
24+
> * Create a private DNS zone
2525
> * Create a virtual network
2626
> * Link the virtual network
2727
> * Create test virtual machines
@@ -32,7 +32,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
3232

3333
If you prefer, you can complete this quickstart using [Azure PowerShell](private-dns-getstarted-powershell.md) or [Azure CLI](private-dns-getstarted-cli.md).
3434

35-
## Create a DNS private zone
35+
## Create a private DNS zone
3636

3737
The following example creates a DNS zone called **private.contoso.com** in a resource group called **MyAzureResourceGroup**.
3838

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: Quickstart - Create an Azure DNS private zone using Azure PowerShell
2+
title: Quickstart - Create an Azure private DNS zone using Azure PowerShell
33
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
77
ms.topic: quickstart
88
ms.date: 09/20/2019
99
ms.author: victorh
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.
10+
#Customer intent: As an experienced network administrator I want to create an Azure private DNS 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+
# Create an Azure private DNS zone using Azure PowerShell
1414

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

@@ -23,7 +23,7 @@ A DNS zone is used to host the DNS records for a particular domain. To start hos
2323
In this article, you learn how to:
2424

2525
> [!div class="checklist"]
26-
> * Create a DNS private zone
26+
> * Create a private DNS zone
2727
> * Create test virtual machines
2828
> * Create an additional DNS record
2929
> * Test the private zone
@@ -42,7 +42,7 @@ First, create a resource group to contain the DNS zone:
4242
New-AzResourceGroup -name MyAzureResourceGroup -location "eastus"
4343
```
4444

45-
## Create a DNS private zone
45+
## Create a private DNS zone
4646

4747
A DNS zone is created by using the `New-AzPrivateDnsZone` cmdlet.
4848

articles/dns/private-dns-portal.md

Lines changed: 0 additions & 185 deletions
This file was deleted.

0 commit comments

Comments
 (0)