An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
Hi Peter,
UPDATE: I checked again, and it appears the name servers have been set back to Azure DNS. I'm able to view your site fine, however, there may be some people that still see the lander page while the change propagates globally.
Please see screenshot below of your whois record showing that your name servers are now set to Azure DNS:
++ End Update ++
Your name servers have been switched to GoDaddy's instead of Azure DNS. Please see screenshot below of your whois record showing that your name servers are set to GoDaddy default:
In Azure portal, please navigate to your App Service Domain (ASD) and see if it shows any issues. Unfortunately you will need support to fix this for you. Do you have paid Azure support plan? In order to create Severity A (<1 hour response) support request in Azure portal you need minimum of Standard support. You may upgrade your plan using link below:
https://portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/supportPlans
Once it has been at least 60 days since you purchased your App Service Domain I strongly recommend you transfer it out to a domain registrar. There are many issues with ASD which is why I no longer recommend them.
How to Transfer Domain
To transfer to different registrar you will need authorization code. You may open Azure Cloud Shell and execute command similar to below from App Service team blog (replace subscription id, resource group, domain name):
Invoke-AzRestMethod -Path "/subscriptions/<SUBSCRIPTION-ID>/resourceGroups/<RESOURCE-GROUP-NAME>/providers/Microsoft.DomainRegistration/domains/<DOMAIN-NAME>/transferout?api-version=2021-02-01" -Method PUT
In the output from the command, you need authCode, which is what you will provide the new domain registrar when requesting transfer in. Again you have to wait until it has been at least 60 days from when you purchased before starting transfer process.
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP