FCSS_CDS_AR-7.6 · Question #69
An administrator is relying on Azure Bicep linter to find possible issues in Bicep files. Which problem can the administrator expect to find?
The correct answer is B. Code issues such as unused parameters or variables. The Azure Bicep linter analyzes the structure and syntax of Bicep files to identify code issues, such as unused parameters, variables, incorrect syntax, or deprecated properties. It does not validate runtime issues like resource dependencies, policy conflicts, or…
Question
An administrator is relying on Azure Bicep linter to find possible issues in Bicep files. Which problem can the administrator expect to find?
Options
- AMissing dependencies among resources that could cause failures
- BCode issues such as unused parameters or variables
- CConflicts with the Azure policy for resource configurations
- DRegion-specific SKU availability for objects included in the code
How the community answered
(20 responses)- B85% (17)
- C5% (1)
- D10% (2)
Explanation
The Azure Bicep linter analyzes the structure and syntax of Bicep files to identify code issues, such as unused parameters, variables, incorrect syntax, or deprecated properties. It does not validate runtime issues like resource dependencies, policy conflicts, or region-specific SKUs.
Topics
Community Discussion
No community discussion yet for this question.