
Explanation:
The correct answer is A - Azure Custom Script Extension. This extension allows you to download and run scripts on Azure VMs, making it ideal for post-deployment configuration tasks such as installing NGINX. The other options either do not fit the scenario or are not as suitable for this purpose.
Ultimate access to all questions.
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
Publish-AzVMDscConfiguration cmdlet
D
New-AzConfigurationAssignment cmdlet
No comments yet.