Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.17 KB

File metadata and controls

35 lines (24 loc) · 1.17 KB
deprecated true
severity Awareness
pillar Operational Excellence
category Release engineering
resource All resources
online version https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.Template.UseParameters/

Remove unused template parameters

SYNOPSIS

Each Azure Resource Manager (ARM) template parameter should be used or removed from template files.

DESCRIPTION

ARM templates can optionally define parameters that can be reused throughout the template. Parameters that are not used may make template use more complex for no benefit.

RECOMMENDATION

Consider removing unused parameters from Azure template files.

NOTES

This rule is deprecated from v1.36.0. By default, PSRule will not evaluate this rule unless explicitly enabled. See https://aka.ms/ps-rule-azure/deprecations.

LINKS