0
votes

It seems like I have my A CNAME and TXT records correct for my Azure App but My Domain name is still not resolving. Error: 404 Web Site not found.

You may be seeing this error due to one of the reasons listed below :

Custom domain has not been configured inside Azure. See how to map an existing domain to resolve this.
Client cache is still pointing the domain to old IP address. Clear the cache by running the command ipconfig/flushdns.

Here is my source tutorial: https://docs.microsoft.com/en-us/azure/dns/dns-web-sites-custom-domain

1

1 Answers

1
votes

If you're getting that message, you probably haven't configured the domain as a Custom Domain.

In Portal go to the App > Custom Domain and make sure it's there.

If you do have it added, it's possible the A record is pointing to the wrong IP. You can check if it matches the one in the Custom Domain blade by running the following command in your command line:

nslookup <your domain>