# Azure Resource Manager

SonarQube Server analysis supports [Azure Resource Manager templates](https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/overview) and its two formats, JSON and Bicep.

## Supported versions <a href="#supported-versions" id="supported-versions"></a>

The level of support for a language is defined as follows:

* Fully supported: Analysis will complete. All the language features are understood and examined.
* Supported: Most language features are understood and examined but the version includes unsupported features. Analysis might break or provide incomplete results.

### JSON <a href="#json" id="json"></a>

The 2019-04-01 deployment template JSON schema is supported.

### Bicep <a href="#bicep" id="bicep"></a>

All versions up to 0.42.2 are supported.

## Language-Specific Properties <a href="#language-specific-properties" id="language-specific-properties"></a>

Discover and update the AzureResourceManager-specific [analysis-parameters](https://open-2v.gitbook.com/url/docs.sonarsource.com/sonarqube-community-build/analyzing-source-code/analysis-parameters "mention") in: **Administration** > **Configuration** > **General Settings** > **Languages** > **AzureResourceManager**

## Related Pages <a href="#related-pages" id="related-pages"></a>

* [adding-coding-rules](https://open-2v.gitbook.com/url/docs.sonarsource.com/sonarqube-community-build/extension-guide/adding-coding-rules "mention")
