question

CameronLoomis-2077 avatar image
0 Votes"
CameronLoomis-2077 asked Anyelo962-4752 commented

This site cannot be reached

Hello. I am a student studying web app development. I was working on a personal project, and I finally got to a stage where I had something to deploy. I know when deploying a website from Azure, the domain is azurewebsites.net, which my url matches, but when I try to visit the site, the web address automatically changes to .com, and it says "This site cannot be reached. Mywebsite.com's server IP address could not be found. DNS_PROBE_FINISHED_NXDOMAIN". I have never encountered this before, and I would like to know how to fix this.

Thank you!

azure-webappsazure-webapps-content-deploymentazure-webapps-development
· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for asking question! If I have understood right, you want to deploy Azure web app.

You may refer to official documentation link https://docs.microsoft.com/en-us/azure/app-service/

Also, could you please confirm which browser you are using and double check your DNS settings.

You may want to know that the server at any website can’t be found because the DNS lookup failed. DNS is the network service that translates a website’s name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing Google Chrome from accessing the network.

How to Fix DNS_PROBE_FINISHED_NXDOMAIN

Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you.

Let us know if you have further question.


0 Votes 0 ·

I have found out that my site does work on Microsoft Edge (as I wouldve expected), as well as FireFox. I cannot get my site to work on Chrome, which would be optimal for me. I have tried setting the DNS to Google's Primary: 8.8.8.8/Secondary: 8.8.4.4 to see if that would work, but it still does not resolve. I have tried all of the options from the link you provided with no success. I am at a loss to figure out why I cannot get Chrome to launch my webapp.

0 Votes 0 ·

Thanks for reply! Could you please try browsing the site on Google Chrome in another machine/laptop if possible? Just to make sure that it is not a DNS issue. Let us know.

0 Votes 0 ·

After URL you need put the name of controller.

0 Votes 0 ·

0 Answers