I wrote an ASP.NET MVC Web Application and hosted it with Azure Website. I used shared instance, north Europe data center and I have added 2 custom domains to it. Website delivers content based on used domain.
- http://budejovickamenuweb.azurewebsites.net/ (default domain which should always return 404)
- http://alza.menu - first variant of website
- http://budejovicka.menu - second variant of website
Everything worked fine for few months.
Then I needed to move website from one subscription to another. I have deleted old website from first account and created it under another (MSDN Premium -> MSDN Ultimate). I set everything same and also added my 2 custom domains. IP address is same as it was before (same data center, confirmed by with Azure portal): 23.100.50.51
Problem: Default domain works (main page returns 404 intentionaly and I can also contact WebAPI service so I know it works). But my custom domains don't work at all - it returns generic Azure message Web App Not Found
: http://alza.menu/
I have tried to:
- access it from different ISP
- flush DNS cache
- wait for few hours
- remove and add my WebSite again
- other custom domain websites work on my account ...but it still don't work. So my guess is that it is problem related to deleting old website and creating new with same domains (maybe?).