Skip to content

Commit 858deb1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: rohink
1313

1414
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.
1515

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

0 commit comments

Comments
 (0)