Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 614 Bytes

linter-rule-max-outputs.md

File metadata and controls

25 lines (16 loc) · 614 Bytes
title description ms.topic ms.custom ms.date
Linter rule - max outputs
Linter rule - max outputs.
reference
devx-track-bicep
03/20/2024

Linter rule - max outputs

This rule checks that the number of outputs does not exceed the ARM template limits.

Linter rule code

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

max-outputs

Solution

Reduce the number of outputs in your template.

Next steps

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