Web app 404 not found

AX 0 Reputation points
2024-05-23T14:04:39.14+00:00

Hello,

I have a problem with the Web app (B1) of azure, when I want to host a solution for example wordpress, the page for the configuration appears well but after having informed my information of database I have a page which appears with "404 Not Found", I tested with another solution, same thing. Do you have any idea what the problem is?

Thanks in advance.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,407 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 24,971 Reputation points Microsoft Employee
    2024-05-28T07:38:13.9766667+00:00

    @AX, Firstly, Apologies for the delayed response. Based on the issue description, I understand that you are experiencing a 404 error for your WordPress site hosted on Azure Web App.

    If you haven't done, you may leverage App Service diagnostics from Azure Portal> Navigate to your App Service app in the Azure Portal.

    In the left navigation, click on Diagnose and solve problems - Review - “Configuration and Management and “Availability and Performance” options.

    Kindly ensure that the required file content is available in the root. On App Service: The wp-config.php files can be updated using either Kudu console or FTP Client (such as FileZilla).

    1. Browse to Kudu : http://”yoursitename”.scm.azurewebsites.net.

    Example: if your Azure App Service Web App name is “testwebapp”, then surf to http://testwebapp.scm.azurewebsite.net

    1. Click ‘Debug Console’ and select ‘CMD’ : Traverse to wwwroot folder
    2. For WordPress, update wp-config.php

    -make necessary changes, and save.

     

    Kindly let us know, I'll follow-up with you.