App is unhealthy from https://docs.microsoft.com/en-us/azure/app-service/tutorial-multi-container-app
I'm having issues with a health check of application deployed on AppService. It keeps reporting that the app is unhealthy despite the fact that the endpoint configured in the health check is responding with HTTP 200 code. I tried with App Service Plan Standard and Premium the same result: health check reports Wordpress application as unhealthy despite the fact that app is responding. I have also noticed that if I remove the second container from the docker compose file (making the docker-compose only single element set) in both deployments (our app and tutorial) the health check starts to work.