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
You can also check the deployed files under site/wwwroot
directory in SSH.
What are the common locations and methods to troubleshoot this issue within the Azure environment?
- You can check the DB details under Application Settings.
and also, check the wp-config.php
file under home/site/wwwroot/
.
- Cross check with the DB name in
Azure Database for MySQL servers
.
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.