Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
@Sue Folkerts Thank you for your question.
There are two issues that come to my mind that might be causing the 404 error.
- DNS propagation. Sometimes it can take up to 30-45 minutes for the DNS to be fully updated with the new custom domain. This means some computers might be able to access the site before others.
1a. There also might be browser cache coming into issue. Be sure to use an inPrivate browser session to ensure your browser hasn't cached the 404 error page - You only put in an DNS entry for the root domain and not the subdomain or vice-versa. So maybe on your primary machine you're going to www.contoso.com and that works because that's your DNS entry. But maybe on your two other machines, you're going to contoso.com but that's giving a 404 error because there is no DNS entry for the root domain, contoso.com.
Can you please verify if it was a DNS delay issue or whether or not you've added both the root and subdomain? We look forward to your reply.