For the complete documentation index, see llms.txt. This page is also available as Markdown.

Azure Resource Manager

SonarQube analysis supports Azure Resource Manager templates in the JSON & Bicep formats, and is available starting in Community Edition.

SonarQube Server analysis supports Azure Resource Manager templates and its two formats, JSON and Bicep.

Language-Specific Properties

Discover and update the AzureResourceManager-specific analysis parameters by going to Administration > Configuration > General Settings > Languages > AzureResourceManager.

In-line suppression of issues

Adding the NOSONAR comment on the line will suppress all issues on that line:

  • NOSONAR can be placed anywhere in the comment.

  • The comment check is case-sensitive.

Last updated

Was this helpful?