Reputation: 17373
I've a webapp hosted in azure cloud service.
We would like to put the WAF infront of web app per setup below:
If I access the site directly using bla.azurewebsites.net, it works with no issue.
However when I try to access bla.zurewebsites.net, it shows below:
I tried adding bladomain.com.au to azure web app custom domain but it shows the error message below:
Error:DNS record for 'bladomain.com.au' that points to 'bla.azurewebsites.net' could not be located. If you want to configure A record you must first create CNAME record with your DNS provider..."
Bit confused with error message above, as CNAME for bladomain.com.au should point to Imperva....
Appreciate any help.
Upvotes: 1
Views: 2789
Reputation: 561
We have similar problem, we are getting 404 error after more than 48 hours. It works after only, we run ipconfig /flushdns
on client machine. It works smoothly after that, but it virtually impossible to tell every client to do flushdns.
Upvotes: 1
Reputation: 17373
To resolve this issue you simply need to do one of below:
1. Create awverify.yourdomain and point it's CNAME to azure web apps. OR
2. Update your domain CNAME to point to azure Web Apps.
Upvotes: 0
Reputation: 514
This usually happens when you move your site regions, for example you had your site on Europe DC and you moved to US DC
It takes some time for the DNS to switch the IP address of your new Website and point it to the right DataCenter
It usually takes from 10 min to 2 hour for the changes to sync across the glob
Upvotes: 2