Creating an Azure reverse DNS zone using PowerShell

Creating a reverse DNS zone is as the same as the forward DNS zone, except changing the format of writing the DNS zone name in this case, as discussed earlier. You can create it by running the following cmdlet:

New-AzureRmDnsZone -Name 77.12.200.in-addr.arpa -ResourceGroupName PacktPub

Then, you need to get it delegated from its parent zone.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset