
Explanation:
To automate the deployment of a virtual machine scale set with web server components installed, you should perform the following two actions: A. Upload a configuration script: This script will contain the necessary commands to install the web server components on a Windows Server 2016 Datacenter instance. D. Modify the extensionProfile section of the Azure Resource Manager (ARM) template: The extensionProfile section in a Virtual Machine Scale Set ARM template allows you to specify extensions, which can run the uploaded configuration script to install the web server components.
Ultimate access to all questions.
No comments yet.
Automate deployment of a VM scale set with Windows Server 2016 Datacenter, ensuring web server components are installed on provisioned VMs. Identify two required actions.
A
Upload a configuration script
B
Create an automation account
C
Create an Azure policy
D
Modify the extensionProfile in the ARM template
E
Create a new VM scale set in the Azure portal