
Answer-first summary for fast verification
Answer: Azure Custom Script Extension
The correct answer is C: Azure Custom Script Extension. This extension is designed to download and execute scripts on Azure VMs, making it ideal for post-deployment tasks such as software installation, configuration, or management. To ensure NGINX is available on all virtual machines after deployment, you can use the Custom Script Extension to automate the installation process. While the Desired State Configuration (DSC) extension could also be used, the Custom Script Extension is specifically mentioned for its utility in scenarios like these. Reference: https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/custom-script-windows.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
When deploying Windows Server 2019 VMs in a scale set using an Azure Resource Manager template, which tool should be used to ensure NGINX is installed on all VMs post-deployment?
A
Publish-AzVMDscConfiguration cmdlet
B
Azure Application Insights
C
Azure Custom Script Extension
D
Microsoft Endpoint Manager device configuration profile
No comments yet.