where can we find wordpress files & Mysql

Karap Sainath 30 Reputation points
2025-03-31T03:08:35.3466667+00:00

I've migrated a WordPress site to Azure Web Apps using All-in-One WP Migration, but I can't find the WordPress files or determine the database location. What are the common locations and methods to troubleshoot this issue within the Azure environment?

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,178 questions
{count} votes

Accepted answer
  1. Harshitha Veeramalla 1,306 Reputation points Microsoft External Staff Moderator
    2025-03-31T05:40:15.1033333+00:00

    Hi @Karap Sainath

    As it is a Linux App Service, you can check it under File Manager in new ui.

    URL : AppName.azurewebsites.net/newui

    enter image description here

    You can also check the deployed files under site/wwwroot directory in SSH.

    enter image description here

    What are the common locations and methods to troubleshoot this issue within the Azure environment?

    • You can check the DB details under Application Settings.

    enter image description here

    and also, check the wp-config.php file under home/site/wwwroot/.

    • Cross check with the DB name in Azure Database for MySQL servers.

    enter image description here

    If you still face issues in checking the files, refer this MSDoc to get more details about Migrating Word Press site to Azure App Service.


    Hope this Helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.