Reputation: 2339
I bought a domain on Azure I hosted my application on the Azure portal. The problem I have it is not showing my app. but on sub-domain, my app is running correctly, but when I am trying to access main domain it is not working I know it is DNS issue. Can anyone help me out
http://www.coinunderpant.com/ --->Main Domain
http://agha.coinunderpant.com/ --- Subdomain
http://root.coinunderpant.com/
Upvotes: 1
Views: 74
Reputation: 15619
Please note that www.coinunderpant.com is also a subdomain, you should bind it to your app just like what you have done with agha.coinunderpant.com.
If you need coinunderpant.com point to your app, you should enable the A record mapping in the app.
You can refer to https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain for more details.
Upvotes: 1