While on SonarCloud PR view screen, when the scanner comments on the PR in Azure DevOps integration, there is a link to view the rule on SC side:
When clicking on that link, the rule is not filtered out correctly and shows all the rules in the Quality Profile.
The link is:
https://sonarcloud.io/organizations/xx/rules#rule_key=cpp%3AS5817
should be:
https://sonarcloud.io/organizations/xx/rules?q=cpp%3AS5817