
Answer-first summary for fast verification
Answer: Implementing a Desired State Configuration (DSC) extension
The correct answer is D. Implementing a Desired State Configuration (DSC) extension is the most suitable method to ensure that NGINX is installed and configured on all VMs in a scale set post-deployment. DSC allows you to define a configuration script that specifies how the software and configuration of these VMs should look. Using the DSC extension ensures that this configuration is applied as soon as the VMs are deployed.
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
Utilizing the Publish-AzVMDscConfiguration cmdlet
B
Applying a Microsoft Endpoint Manager device configuration profile
C
Using Deployment Center in Azure App Service
D
Implementing a Desired State Configuration (DSC) extension
No comments yet.