What network configurations are needed to connect with on premise SonarQube?

Hello,

I am trying to connect Azure Cloud to an on prem instance of SonarQube. What ports need access and what network configurations/entries do we need to make in the WAF?

Thanks in advance!

Hi,

This seems more like an Azure question than a SonarQube one. A quick turned up some Microsoft documentation, but if that’s not enough, you probably want to ask on that side.

 
HTH,
Ann

Hi G Ann,

Thanks for the response! I guess my SonarQube question then is, does SonarQube/SonarScanner CLI use http on port 80 or https on port 443?

Hi,

The scanner makes web calls (GET and POST). I suppose whether it uses 80 or 443 depends on whether you’ve put SonarQube behind a proxy and given it an https address. :slight_smile:

 
HTH,
Ann