
Answer-first summary for fast verification
Answer: Desired State Configuration (DSC) extension
To ensure that NGINX is available on all the virtual machines after they are deployed in a scale set, you should use the Desired State Configuration (DSC) extension. The DSC extension allows you to configure and manage the state of your Azure virtual machines. While the Publish-AzVMDscConfiguration cmdlet is used to create the configuration and deploy it to Azure, the DSC extension is specifically used to apply the configuration to your VMs, making it the correct choice.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
When deploying multiple Windows Server 2019 VMs in a scale set using an Azure Resource Manager template, which method should be used to ensure NGINX is installed on all VMs post-deployment?
A
Publish-AzVMDscConfiguration cmdlet
B
Microsoft Endpoint Manager device configuration profile
C
Azure Application Insights
D
Desired State Configuration (DSC) extension
No comments yet.