AZ-400 · Question #351
You have created an Azure DevOps project for a new application that will be deployed to a number of Windows Server 2016 Azure virtual machines. You are preparing a deployment solution that allows for
The correct answer is A. Azure Resource Manager templates B. The PowerShell Desired State Configuration (DSC) extension for Windows. Considering the requirements: - maintain a uniform configuration for virtual machines - minimize administrative effort To mantain the configuration status of a VM you must use DSC. To minimize the effort of creating the VM you can use an ARM template so that you can reuse it for
Question
Options
- AAzure Resource Manager templates
- BThe PowerShell Desired State Configuration (DSC) extension for Windows
- CAzure pipeline deployment groups
- DThe Custom Script Extension for Windows
- EAzure pipeline stage templates
How the community answered
(29 responses)- A79% (23)
- C10% (3)
- D3% (1)
- E7% (2)
Explanation
Considering the requirements: - maintain a uniform configuration for virtual machines - minimize administrative effort To mantain the configuration status of a VM you must use DSC. To minimize the effort of creating the VM you can use an ARM template so that you can reuse it for each VM. Deployment groups requires more effort. https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-template https://docs.microsoft.com/en-us/azure/devops/pipelines/release/deployment- groups/?view=azure-devops
Community Discussion
No community discussion yet for this question.