Azure DNS Domain

Peter Oganwu 0 Reputation points
2026-07-09T15:55:11.3533333+00:00

I purchased a DNS Domain from Azure in June and the domain is set to expire June 13 2027. I have used this domain with my Azure Static App since then. The domain is https://the baseledger.com. Today the site is redirecting me to https://the baseledger.com/lander and I am being asked to purchase the domain from Go Daddy. Not sure how this is possible. I cannot access my application at https://thebaseledger.com

Azure DNS
Azure DNS

An Azure service that enables hosting Domain Name System (DNS) domains in Azure.


1 answer

Sort by: Most helpful
  1. TP 163.1K Reputation points Volunteer Moderator
    2026-07-09T18:07:00.2733333+00:00

    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:

    User's image

    User's image

    ++ 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:

    User's image

    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

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.