Keywords: SonarQube - Microsoft Azure - Technical issue - Connectivity (SSH/FTP)
Description:
Hi!
I'm trying to deploy the SonarQube image (8.3.1) in an Azure App Service, and after the deployment, when the service tries to start the container, it failes with this error:
"2020-06-17T18:35:05.449Z ERROR - Container sonarqube-test-docker_0_5a4d763f didn't respond to HTTP pings on port: 9000, failing site start. See container logs for debugging."
The docker command ran is the following:
"2020-06-17T18:28:00.425Z INFO - docker run -d -p 8225:9000 --name -e WEBSITES_ENABLE_APP_SERVICE_STORAGE=false -e WEBSITES_PORT=9000 -e WEBSITE_SITE_NAME= -e WEBSITE_AUTH_ENABLED=False -e WEBSITE_ROLE_INSTANCE_ID=0 -e WEBSITE_HOSTNAME= -e WEBSITE_INSTANCE_ID= bitnami/sonarqube:8.3.1"
¿Do someone know how to fix this?
Thanks in advance.