| title | Linter rule - max parameters |
|---|---|
| description | Linter rule - max parameters. |
| ms.topic | reference |
| ms.custom | devx-track-bicep |
| ms.date | 10/30/2025 |
This rule checks that the number of parameters does not exceed the ARM template limits.
Use the following value in the Bicep configuration file to customize rule settings:
max-params
Reduce the number of parameters in your template.
For more information about the linter, see Use Bicep linter.