AZ-400 · Question #596
You have an Azure subscription. The subscription contains virtual machines that run either Windows Server or Ubuntu. You need to recommend a configuration management solution for the virtual machines.
The correct answer is C. Bicep. Bicep, a domain-specific language (DSL), is a great choice for Azure Virtual Machine (VM) configuration management, especially when you want to automate and standardize the deployment and management of VMs. It allows you to define the infrastructure as code, making it easy to man
Question
Options
- APowerShell Desired State Configuration (DSC)
- BAzure Resource Manager (ARM) templates
- CBicep
- Dthe State configuration (DSC) settings
How the community answered
(36 responses)- A3% (1)
- B11% (4)
- C81% (29)
- D6% (2)
Explanation
Bicep, a domain-specific language (DSL), is a great choice for Azure Virtual Machine (VM) configuration management, especially when you want to automate and standardize the deployment and management of VMs. It allows you to define the infrastructure as code, making it easy to manage VM configurations across multiple environments and versions. https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview https://learn.microsoft.com/en-us/azure/templates
Topics
Community Discussion
No community discussion yet for this question.