
Answer-first summary for fast verification
Answer: Using a DSC extension
The correct answer is A: a Desired State Configuration (DSC) extension. DSC is a management platform in PowerShell that enables you to manage your IT and development infrastructure with configuration as code. By using DSC, you ensure that NGINX is installed and running on all virtual machines in the scale set immediately after deployment. Options B, C, and D are not suitable for this scenario: Microsoft Intune is used for device management, and the cmdlets Publish-AzVMDscConfiguration and New-AzConfigurationAssignment are not the appropriate tools for ensuring the availability of NGINX in a VM scale set deployment.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
When deploying Azure VMs running Windows Server 2019 in a scale set via an ARM template, which method should be used to ensure NGINX availability post-deployment?
A
Using a DSC extension
B
Microsoft Intune device configuration profile
C
Publish-AzVMDscConfiguration cmdlet
D
New-AzConfigurationAssignment cmdlet