
Explanation:
The correct answer is B. A Desired State Configuration (DSC) extension is used for post-deployment configuration and automation on Azure VMs. It ensures that specific software, like NGINX, is installed and configured on all virtual machines within a scale set. Alternatively, an Azure Custom Script Extension could also be used, but the question specifically asks for an option among the provided choices.
Ultimate access to all questions.
No comments yet.
When deploying multiple Azure VMs running Windows Server 2019 in a scale set via an Azure Resource Manager template, which method should be used to ensure NGINX is installed on all VMs post-deployment?
A
Azure App Service Deployment Center
B
Desired State Configuration (DSC) extension
C
New-AzCon˟gurationAssignment cmdlet
D
Microsoft Intune device con˟guration profile