I just got a static IP and ran the command below to get a reserved DNS:
Set-AzureService -ServiceName "people-dns" -Description "people-dns reverse DNS" -ReverseDnsFqdn "people-dns.cloudapp.net."
Now if I run Get-AzureService it shows:
ReverseDnsFqdn : people-dns.cloudapp.net.
How can I verify that it is working properly?
(it would be nice to automate this test so I can know if it stops working too)
UPDATE : I found web sites that can check like http://mxtoolbox.com but I like to know how they do it