Code repository in DC and Sonarqube server in Azure

We have code repository at Data centre A.
And our sonarqube virtual machines are going to be in Azure.
Is it possible for sonarqube (in Azure) to scan code that’s in data centre A?

Hi,

Welcome to the community!

This is really a question of whether or not Azure has the ability to check out/clone your code from the data center. Your CI obtains the code, and then the scanner communicates with SonarQube via web services. So as long as Azure can ‘see’ SonarQube, you should be good to go.

 
Ann