FCSS_CDS_AR-7.6 · Question #22
Your DevOps team is evaluating different Infrastructure as Code (IaC) solutions for deploying complex Azure environments. What is an advantage of choosing Azure Bicep over other IaC tools available?
The correct answer is B. Azure Bicep provides immediate support for all Azure services, including those in preview. A key advantage of Azure Bicep is that it provides immediate support for all Azure services, including preview features, because it is a transparent abstraction over ARM templates. This ensures that any new Azure service or property is available in Bicep as soon as it is…
Question
Your DevOps team is evaluating different Infrastructure as Code (IaC) solutions for deploying complex Azure environments. What is an advantage of choosing Azure Bicep over other IaC tools available?
Options
- AAzure Bicep generates deployment logs that are optimized to improve error handling.
- BAzure Bicep provides immediate support for all Azure services, including those in preview.
- CAzure Bicep requires less frequent schema updates than Azure Resource Manager (ARM)
- DAzure Bicep can reduce deployment costs by limiting resource utilization during testing.
How the community answered
(34 responses)- A3% (1)
- B85% (29)
- C3% (1)
- D9% (3)
Explanation
A key advantage of Azure Bicep is that it provides immediate support for all Azure services, including preview features, because it is a transparent abstraction over ARM templates. This ensures that any new Azure service or property is available in Bicep as soon as it is supported in
Topics
Community Discussion
No community discussion yet for this question.