Azure App service plan now have an excellent option to install WordPress. I was able to install WP in App Service in Azure Gov as well as in Public cloud.
As per the documentation one can access PhpMyAdmin which comes with the WP installation on Azure App Service, by going to the website/phpmyadmin.
The problem comes when trying to login into PhpMyAdmin. Which user and password should we be using? Is it the Database_User_name and Database_password that is configured in Application Configuration section of App Service? Because it is not working.
BTW, I was able to go to my-azure-wp-website/wp-admin page based on the administrator details provided during the creation process. My question is why I am unable to access PhpMyAdmin using the configuration data in App Service?