Please note this only tested with sonarqube 8.4 and if this is version you're working with please read on. Tried with sonarqube 8.6 with this setup and no luck :( Setting up App service First we need to setup our web app service. The requirement are it requires JDK 11 (that's because of the sonarqube version that i'm using) and must be a Windows. The start up scrip that we are using requires that. Create an instance of this application and continue below. Copy sonarqube binaries and startup files over After that, use FTP tool to copy some files over to wwwroot. This FTP credentials can be obtained from Deployment center as shown below: Please download sonarqube from here . I am using version 8.4, developer version. Unpack it into a folder called sonar. Your folder should look something like this. We have web.config, HttpPlatformHandlerStartup.ps1 and the unzip sonarqube binaries. Copy all EXCEPT sonarqube-developer-8.4.135646 to app service wwwroot. Postgres Setup