404 Website not found

Nikunj Chheda 0 Reputation points
2024-04-24T08:20:54.2733333+00:00

Hi All,

I have created the resources group and WebApp services. However, when I am trying to open the link it showing the "Website Not Found" error.

Kindly, help to get this issues resolved.

User's image

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,913 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sreeju Nair 11,616 Reputation points
    2024-04-24T11:42:42.27+00:00

    I recomend you to enable diagnostics logging for your app. Refer the following article that helps how to configure diagnostics logging in your app.

    https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs

    If you are still facing issues, post the details such as application details, how you are browsing etc.

    Also refer a similar thread below

    https://serverfault.com/questions/818454/azure-web-app-getting-404-when-using-the-ip-address

    0 comments No comments

  2. Grmacjon-MSFT 16,186 Reputation points
    2024-04-25T20:32:26.1966667+00:00

    Hi @Nikunj Chheda we are sorry to hear you're facing this issue. The screenshot you shared provided two reasons why you're getting the 404 Website Not Found" error.

    1. Custom Domain Not Configured:
    2. Client Cache:
      • If you previously accessed the website using its temporary URL, your browser might cache that address. Clearing the cache can often resolve this issue.
      • Here's how to clear the DNS cache for Windows: Open Command Prompt as administrator and run ipconfig /flushdns.

    If you've already configured a custom domain and cleared your cache, here are some additional things to check:

    • Make sure both the resource group and the web app service are running. You can check their status in the Azure portal. Also make sure that no firewall rules are blocking access to your web app.

    Hope that helps.

    Best,

    Grace

    0 comments No comments