Setup sonarqube server in azure app service using docker image and separate postgres DB

  • which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension)
    • sonarqube developer edition
  • how is SonarQube deployed: zip, Docker, Helm
    • docker image in azure app service
  • what are you trying to achieve
    • validate that my deployment confirms to a production grade reliability
  • what have you tried so far to achieve this
    • tried as PoC and things work well. Although I see a comment that I should use volume mounts for persistent storage of those folders used by elastic search

I also noticed a general comment that the attached volume could become a performance bottleneck.

Has anyone used this configuration for a production grade setup? Are there any other considerations before I go for production deployment?

My organizational requirements are not very strenuous that requires me to go for sonarcloud.

-am

Hi,

Welcome to the community!

Azure App Service is explicitly not supported. Per those docs:

 
HTH,
Ann