Microsoft Azure Administrator Associate AZ-104

Microsoft Azure Administrator Associate AZ-104

Get started today

Ultimate access to all questions.


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.





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.