Setting a reverse DNS entry in Microsoft Azure
To set a reverse DNS entry (RDNS entry) in Microsoft Azure, do the following:
- Open portal.azure.com.
- Go to Dashboard > Resource groups >[ResourceGroupToWhichYourVirtualComputerBelongs] > [YourVirtualComputer] > Properties.
- Enter a name for the public IP address.
- Open Azure Shell.
- Enter the following command:
az network public-ip update –resource-group <ResourceGroup> –name <IPAddressName> –reverse-fqdn <FullDNSName> –dns-name <DNSName>.