Your company has an Azure subscription named Subscription1. The company also has two on-premises servers named Server1 and Server2 that run Windows Server 2016. Server1 is configured as a DNS server that has a primary DNS zone named adatum.com. Adatum.com contains 1,000 DNS records. You manage Server1 and Subscription1 from Server2. Server2 has the following tools installed: ✑ The DNS Manager console ✑ Azure PowerShell ✑ Azure CLI 2.0 You need to move the adatum.com zone to an Azure DNS zone in Subscription1. The solution must minimize administrative effort. What should you use? A. Azure CLI B. Azure PowerShell C. the Azure portal D. the DNS Manager console Suggested Answer: B Step 1: Installing the DNS migration script Open an elevated PowerShell window (Administrative mode) and run following command install-script PrivateDnsMigrationScript Step 2: Running the script - Execute following command to run the script PrivateDnsMigrationScript.ps1 - Reference: https://docs.microsoft.com/en-us/azure/dns/private-dns-migration-guide This question is in AZ-104 Exam For getting Azure Administrator Associate Certificate
Please login or Register to submit your answer