Skip to content

Commit da07f6c

Browse files
committed
Update private-dns-migration-guide.md
1 parent c961460 commit da07f6c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/dns/private-dns-migration-guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ ms.author: rohink
1111

1212
# Migrating legacy Azure DNS private zones to new resource model
1313

14-
During public preview, private DNS zones were created using “dnszones” resource with “zoneType” property set to “Private”. Such zones will not be supported after December 31, 2019 and must be migrated to GA resource model which makes use of “privateDnsZones” resource type instead of “dnszones”.
15-
The migration process is simple, and we've provided a PowerShell script to automate this process. This guide provides step by step instruction to migrate your Azure DNS private zones to the new resource model.
14+
During public preview, private DNS zones were created using “dnszones” resource with “zoneType” property set to “Private”. Such zones will not be supported after December 31, 2019 and must be migrated to GA resource model which makes use of “privateDnsZones” resource type instead of “dnszones”. The migration process is simple, and we've provided a PowerShell script to automate this process. This guide provides step by step instruction to migrate your Azure DNS private zones to the new resource model.
1615

17-
To find out the dnszones resources that require migration; execute the below command in Azure CLI.
16+
To find out the dnszones resources that require migration; execute the below command in Azure CLI. Substitute <SubscriptionId> with your Azure subscription Id.
1817
```azurecli
1918
az account set --subscription <SubscriptionId>
2019
az network dns zone list --query "[?zoneType=='Private']"

0 commit comments

Comments
 (0)