Fortinet
NSE7_CDS_AR-7.6 · Question #52
NSE7_CDS_AR-7.6 Question #52: Real Exam Question with Answer & Explanation
The correct answer is D. Limit the allowed parameters with the use of decorators.. In Azure Bicep, decorators can be used to limit allowed parameter values, enforce constraints, and improve code reliability. This helps optimize and standardize deployments by preventing
Question
An Azure administrator is trying to optimize the Azure Bicep files currently used for cloud deployments. Which technique can Azure administrators use to improve the code in Azure Bicep files?
Options
- AUse the what-if operation before deploying new resources.
- BAvoid nesting related resources to improve readability.
- CAlways use parameter files with the .json extension.
- DLimit the allowed parameters with the use of decorators.
Explanation
In Azure Bicep, decorators can be used to limit allowed parameter values, enforce constraints, and improve code reliability. This helps optimize and standardize deployments by preventing
Community Discussion
No community discussion yet for this question.