
Answer-first summary for fast verification
Answer: Azure Custom Script Extension
The correct answer is C: Azure Custom Script Extension. The Azure Custom Script Extension is used to download and run scripts on Azure Virtual Machines (VMs), making it suitable for post-deployment configuration tasks such as installing software. In this case, it can be used to ensure that NGINX is available on all the virtual machines after they are deployed. This is confirmed by the documentation and is typically the most appropriate tool for such requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
When deploying Windows Server 2019 VMs in a scale set via an Azure Resource Manager template, which tool should be used to ensure NGINX availability on all VMs post-deployment?
A
Publish-AzVMDscConfiguration cmdlet
B
Azure Application Insights
C
Azure Custom Script Extension
D
New-AzConfigurationAssignment cmdlet