AZ-104 · Question #801
You plan to automate the deployment of a virtual machine scale set that uses the Windows Server Datacenter image. You need to ensure that when the scale set virtual machines are provisioned, they…
The correct answer is B. Upload a configuration script. C. Modify the extensionProfile section of the Azure Resource Manager template. C: Install an app with the Custom Script Extension The Custom Script Extension downloads and executes scripts on Azure VMs. This extension is useful for post deployment configuration, software installation, or any other configuration / management task. Scripts can be downloaded…
Question
Options
- ACreate a new virtual machine scale set in the Azure portal.
- BUpload a configuration script.
- CModify the extensionProfile section of the Azure Resource Manager template.
- DCreate an Azure policy.
- ECreate an automation account.
How the community answered
(25 responses)- A4% (1)
- B80% (20)
- D4% (1)
- E12% (3)
Explanation
C: Install an app with the Custom Script Extension The Custom Script Extension downloads and executes scripts on Azure VMs. This extension is useful for post deployment configuration, software installation, or any other configuration / management task. Scripts can be downloaded from Azure storage or GitHub, or provided to the Azure portal at extension run-time. B: The Custom Script Extension downloads and executes scripts on Azure VMs. This extension is useful for post deployment configuration, software installation, or any other configuration / management task. Scripts can be downloaded from Azure storage or GitHub, or provided to the Azure portal at extension run-time. https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets- https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/tutorial-install-apps-cli
Community Discussion
No community discussion yet for this question.