
Answer-first summary for fast verification
Answer: Azure Custom Script Extension
The correct answer is A. The Azure Custom Script Extension is designed to run custom scripts on Azure VMs, making it ideal for performing tasks such as software installation or other post-deployment configuration. In this case, it can be used to ensure that NGINX is installed on all VMs in the scale set. None of the other options are suitable for this task: Deployment Center in Azure App Service is used for managing the deployment of web applications, New-AzConfigurationAssignment cmdlet is not relevant to VM extension configuration, and Azure AD Application Proxy is used for providing secure remote access to on-premises applications, not for configuring VMs.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
When deploying multiple Windows Server 2019 VMs in a scale set using an Azure Resource Manager template, which Azure feature should be utilized to ensure NGINX is installed on all VMs post-deployment?
A
Azure Custom Script Extension
B
Deployment Center in Azure App Service
C
New-AzConfigurationAssignment cmdlet
D
Azure AD Application Proxy