SonarQube source code scanning from Azure devops

Hi,

I have to integrate SonarQube with Azure Devops. When I scan the code using pipeline will the source code be pushed into my on-premises SonarQube server or the scanning will be performed on azure Devops server.
Client is concerned about pushing the source code in SonarQube server.

Regards,
Majid Jahangeer

Hi @Majid_Jahangeer

I would say both.

Code is needed on SonarQube to be able to display issues at the right place (and to highlight the relevant code).

And i guess that the repository of your client is on Azure DevOps, so the code will remain there as well.

HTH,
Mickaël