Let my app name be MyApp. When I invoke my app directly by typing "myApp.AzureWebsites.net", it works.
However, when I use my app service domain, e.g., myAppDomainName.com, it does not work.
In the DNS record for the above service domain, myApp.AzureWebsites.net was assigned to the CNAME. But when I invoke my app using the service domain name, ie, by typing "myAppDomainName.com", it fails with the following message:
404 Web Site not found. ... Custom domain has not been configured inside Azure ... Clear the cache by running the command ipconfig/flushdns.
I already ran ipconfig/flushdns I successfully_. And_ I already assigned myApp.AzureWebsites.net to the CNAME. It used to work in 2022 (last year).
I thought a custom domain was a domain name requiring a certificate. The above domain name (myAppDomainName.com) was purchased from Azure directly a few years back, and has no certificate, thus I do not thing it is a custom damain. Am I wrong?
Please help, I appreciate very much.