I have added sonarkube in my CI by Azure Devops, there is a job called prepare analysis on SonarQube in my CI and in this job I have created a service connection, in this popup window, SonarQube server URL muss be added, In my Azure Portal I can only finde "abcsonarqube.westeurope.azurecontainer.io" in container instance. In a website I have seen, that the SonarQube server URL is based on "cloudapp.azure.con:9000", so I have added this url "abcsonarqube.westeurope.cloudapp.azure.con:9000".
but by deployment I got this error:
##[error][SQ] API GET '/api/server/version' failed, error was: {"code":"ENOTFOUND","errno":"ENOTFOUND","syscall":"getaddrinfo","hostname":"abcsonarqube.westeurope.cloudapp.azure.com","host":"abcsonarqube.westeurope.cloudapp.azure.com","port":"9000"}
Does somebody have any solutions?

