Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 625 Bytes

File metadata and controls

25 lines (16 loc) · 625 Bytes
title Linter rule - max variables
description Linter rule - max variables.
ms.topic reference
ms.custom devx-track-bicep
ms.date 10/30/2025

Linter rule - max variables

This rule checks that the number of variables doesn't exceed the ARM template limits.

Linter rule code

Use the following value in the Bicep configuration file to customize rule settings:

max-variables

Solution

Reduce the number of variables in your template.

Next steps

For more information about the linter, see Use Bicep linter.