Our organization has the following setup:
- Our repos are located in GitHub
- Pull-requests are managed in GitHub
- Our builds run in Azure Pipelines
- Deployments are run from Azure Pipelines
- We use SonarCloud.io for static Code Analysis (auto-integration)
- Our SonarCloud.io Organisation and Repos are connected to GitHub
How can I add SonarCloud.io Code Scanning to my Azure build pipeline so that we can get more information about for example Code Coverage?
I can find examples to connect your private SonarQube Server to Azure using Microsoft Entra, but not when using SonarCloud.
The SonarCloud Documentation states:
- In your Azure DevOps project, go to Project Settings > Service connections.
- Select New service connection and then select SonarQube Cloud from the service connection list.
But the SonarQube Cloud connection type is not in the list on Azure.
Thank you for your help!
References: