PR decoration invalid URL

When configuring the Sonar Qube server; the application doesn’t take the proper value of the configuraiton key; so when the PR is decorated in Azure Dev Ops; the link back to Sonar Qube is incorrect (it is missing the : ) in the URL.

Dissapointing that the documetation only cover IPAdress scenario.
What is the correct value for the sonar.web.host property? I have tried all the values below and when the PR is decorated "the link back to Sonarqube doesn’t work because is missing the " : " in the url between the HTTP and the //

#This one is missing the : on he URL but it does decorate the PR
#sonar.web.host=https://sonarqube-aeonintegration.japaneast.cloudapp.azure.com

#This one is missing the : on he URL but it does decorate the PR
#sonar.web.host=http://sonarqube-aeonintegration.japaneast.cloudapp.azure.com

#SQ DOESN"T START
#sonar.web.host=sonarqube-aeonintegration.japaneast.cloudapp.azure.com

#Starts - SQ doesn’t write the PR decoration back to Azure devops
#sonar.web.host=//sonarqube-aeonintegration.japaneast.cloudapp.azure.com

#Starts - SQ doesn’t write the PR decoration back to Azure devops
#sonar.web.host=://sonarqube-aeonintegration.japaneast.cloudapp.azure.com

#This one is missing the : on he URL but it does decorate the PR
sonar.web.host=http:://sonarqube-aeonintegration.japaneast.cloudapp.azure.com

Hey there.

Most of the time, sonar.web.host can be left commented out.

To adjust the URL that is used in PR decoration (and e-mails, etc.), you should adjust the Server Base URL in the global Administration.