Custom Domain on App Service not validating even after DNS entries confirmed by multiple tools

Matt Charron 0 Reputation points
2025-02-21T15:36:12.5033333+00:00

Attempting to add a custom Domain to an App Service.

I have ensured that the CName and TXT record provided in the UI while adding the custom domain have been added.

I have verified using external tools and the cloud shell within the Azure portal - and all show that the DNS entries are present.

When I attempt to validate the domain on the app service however it says it cannot find the DNS records.

It has been over 24 hours, so I don't believe propagation is the issue here.

I also had another custom domain, added to a different App Service, and that validated much more quickly; so there just appears to be an issue with this one combo.

Any suggestions are appreciated!

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Avi Stokar 1 Reputation point
    2025-06-09T13:16:58.6333333+00:00

    I had the same problem, I used ipconfig /flushdns and got it working.

    I found this a bit confusing as I had assumed the DNS check was being done from Azure not from my browser.

    Was this answer helpful?

    0 comments No comments

  2. Laxman Reddy Revuri 5,475 Reputation points Microsoft External Staff Moderator
    2025-02-21T17:01:45.9166667+00:00

    Hi @Matt Charron
    Kindly ensure that the CNAME record points to your app's default domain (appname.azurewebsites.net) and that the TXT record follows the exact format specified by Azure.
    Use App Service Diagnostics in the Azure Portal under "Diagnose and Solve Problems" > "Availability and Performance" to identify issues. You mentioned that 24 hours have passed, which should be sufficient for DNS propagation.

    However, in rare cases, some DNS servers take longer to update.
    Confirm your App Service Plan is at least Basic tier, as Free/Shared tiers don’t support custom domains.
    Sometimes, Azure's validation service takes longer to recognize DNS changes, even when external DNS resolution works fine. Try re-entering the domain or reinitiating the validation process.
    references:https://learn.microsoft.com/en-us/answers/questions/699662/unable-to-verify-domain-name-in-azure-app-services

    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.