I have a repository in Bitbucket, and I am analyzing it with SonarCloud through an Azure pipeline. I can see the analysis results on SonarCloud, and every time I create a new PR in Bitbucket, an Azure pipeline is triggered. However, I want to see the SonarCloud analysis results directly in Bitbucket.
I have already added Bitbucket Cloud as a service in the SonarCloud project and logged into SonarCloud using my Bitbucket account.
What else do I need to do to see the analysis results from SonarCloud in Bitbucket whenever I create a PR?