Reputation: 2798
Hi I have set up the A Record and C Name on my GoDaddy's Domain to Azure App Services (website). In the Azure portal it also shows it has successfully validated the Domain name. However, when I type < mysite >.com on the browser's address bar, it loads the site correctly but it still shows .azurewebsites.net after it loads.
I saw this answer and setup masked domain forwarding in GoDaddy. However it still doesn't work?
Any help is appreciated! Thanks!
Upvotes: 1
Views: 2156
Reputation: 24539
If it is a WordPress website, please have a try to change WordPress settings from azurewebsite.net name to custom domain, more info please refer to the the similar SO thread. More details about how to map a custom domain, please refer to document.
Upvotes: 1
Reputation: 3461
Sounds like something in your site redirects to the azurewebsites.net hostname. If you have no idea what it is, then you can try to check out the Chrome F12 tools to look at the network traffic and figure out where the redirect (http status code 30x) comes from.
Upvotes: 0