Template expressions should not exceed a maximum length

March 29, 2024 ยท View on GitHub

SYNOPSIS

Template expressions should not exceed the maximum length.

DESCRIPTION

Extremely long expressions may be difficult to read and debug. Avoid using expressions that exceed 24,576 characters in length.

RECOMMENDATION

Consider updating the expression to reduce complexity and length.

NOTES

This rule is not applicable and ignored for templates generated with Bicep, PSArm, and AzOps. Generated templates from these tools may not require any parameters to be set.