I am trying to deploy sonarqube image 8.7.0 using dockerfile via azure pipelines on Azure Web Service for Linux containers. I have deployed the app service infrastructure (such as App service plan, Azure SQL Database) with ARM template. whenever I deploy the Sonarqube dockerfile, I always get the error: Container sonarqubece87_0_fbe29a39 didn't respond to HTTP pings on port: 8080, failing site start.
I have exposed port 8080 in the dockerfile and websites_port in appsetting of azure app service. also I have exposed port 2222 in the dockerfile as well so that I can open WebSSH.
I have tried many different options (including SSH support in dockerfile) to resolve this HTTP pings on port 8080 error but nothing is working.
Can someone guide me please to resolve this. Thank you
Can someone help me please.