I have a domain {x} hosted by Lws and a web app hosted by Microsoft Azure. I managed to import the domain {x} in Microsoft Azure by adding the required DNS records A and CNAME in Lws, and I also imported an SSL certificate successfully.
So my domain {x} is correctly configured and can be accessed with the url https://{x}. But if I type www.{x} in my web browser, I'm getting an error from Microsoft Azure: "Error 404 - Web app not found.".
I tried to add the domain 'www.{x}' in addition to the domain '{x}' in the Azure portal but it didn't fix the problem.
Do you have any ideas on how to fix this error with the url www.{x}?
Finally, I just had to wait to fix my problem, adding the domain 'www.{x}' in addition to the domain '{x}' in the Azure portal was the solution, but it was only effective after several hours (or maybe it was due to the cache of my browser).
Related
I have registered a domain name through the Azure portal. I'm currently in the process of trying to verify ownership of it on Office365 so I can register email for it.
However, it looks like Azure uses GoDaddy as their DNS provider. Unfortunately, since I registered through Azure portal I don't have a way to sign into GoDaddy and go through the necessary steps to prove ownership of the domain.
On the Azure side, I attempted to delegate the app service domain to an Azure DNS Zone per the DNS Zone blade for said app service domain. However, when I click the delegate button, I get the following error:
Failed to update the domain to use Azure DNS: An error has occurred.
No further information. Is there anyway I can actually give proof that I own this domain?
GoDaddy support said they couldn't help me and that I need to call the registrar. However, I don't have a paid support plan with Azure so I can't actually call them.
I am trying to use my godaddy domain with azure web app. I create cname in godaddy dns settings. When I try to use this domain in azure portal I see two errors after validate button click without any description. In browser Dev tools I see two errors in console. It is two failed with 408 (timeout) error requests to manage.azurewebsites.net...
I try do that from different browsers and internet connections, but the result is the same.
What I'm doing wrong? How to setup custom domain for my azure web app (I see the instructions on learn.microsoft.com)?
I could not reproduce your issue. To bind it with my Azure Web App, I just add a CNAME record at domain DNS Zone tab. Here is my steps:
Then I can validate my custom domain in Azure Portal.
Please verify DNS before input it in azure portal via Dig Web Interface. Do you have any differences with your steps. If you have more concerns, please feel free to let me know.
I have an APP that was awarded the gorunning.pt domain. It happens that when I call the gorunning.pt domain without the www everything works, when I add the www http://www.gorunning.pt/ I receive the page 404 application not found.
I've already set the DNS CNAME for the application of IP , also tried the url gorunning.azurewebsites.net defined by Azure , created a type A registration.
This is expected. Your DNS configuration is correct. However the Azure Web App's front-end doesn't recognize the www sub-domain as it is not mapped in the portal.
You will also have to map the www.gorunning.pt to your web app gorunning.azurewebsites.net in the Azure Portal. :)
From the dig web interface, it seems the domain has mapped to the Azure web app. However it shows 404 not found. As I know your custom domain maps to an empty web site, so the easiest way is deleting your existed web site then custom domain to the new web site again. If you still encounter the same issue, please submit a ticket via the following screenshot.
I thought I had all my mappings perfectly done:
I'm able to add the www.mydomain.me to azure but not mydomain.me. Is there something I'm missing?
Edit: When I attempt to point to mydomain.me in my broswer, I get the following error message:
Error 404 - Web app not found.
The web app you have attempted to reach is not available in this Microsoft Azure App Service region. This could be due to one of several reasons:
1. The web app owner has registered a custom domain to point to the Microsoft Azure App Service, but has not yet configured Azure to recognize it. Click here to read more.
2. The web app owner has moved the web app to a different region, but the DNS cache is still directing to the old IP Address that was used in the previous region. Click here to read more.
Thanks
It's hard to tell what's wrong since you've hidden the settings. Here's what should work:
A Record points to the IP address found on the Azure portal
CName awverify points to awverify.yourservice.azurewebsites.net
CName www points to yourservice.azurewebsites.net
There's an issue with an Azure website I'm working on where I get an azure 404 page when trying to access my web app (set up with a custom domain) without www. (with www. the site works fine). NS lookup shows that when using the naked domain (infratecheng.com) the results are different than when looking up the full domain (www.infratecheng.com).
(source: cassey.org)
The custom domain has been set up as per the instructions on the azure portal.
I wonder if this is a problem with configuration within azure or is it a problem with my domain provider settings?
Many thanks
Most likely, the problem is that you only added www.infratecheng.com as a host name for your Azure Web App, but did not add infratecheng.com. So when Azure gets requests to infratecheng.com, it doesn't know about any site that can handle them, and returns a 404.