You have an Azure virtual machine named VM1 that runs Windows Server 2019.
You save VM1 as a template named Template1 to the Azure Resource Manager library.
You plan to deploy a virtual machine named VM2 from Template1.
What can you configure during the deployment of VM2?
Click on the arrows to vote for the correct answer
A. B. C. D.B
When deploying a virtual machine from a template, you must specify:
-> the Resource Group name and location for the VM
-> the administrator username and password
-> an unique DNS name for the public IP
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ps-templateWhen deploying a virtual machine from a template in the Azure Resource Manager library, you can configure several settings, including:
A. Operating system: The operating system of the virtual machine can be specified during the deployment process. In this case, as the template was created from a virtual machine running Windows Server 2019, the deployed virtual machine will also run Windows Server 2019.
B. Administrator username: You can specify the name of the administrator account for the virtual machine during deployment. This username will be used to log in to the virtual machine after deployment.
C. Virtual machine size: You can select the size of the virtual machine during deployment. The size determines the amount of CPU, memory, and storage available to the virtual machine.
D. Resource group: You can specify the name of the resource group where the virtual machine will be deployed. A resource group is a logical container for Azure resources that allows you to manage and organize them.
Therefore, all of the options listed (A, B, C, and D) can be configured during the deployment of VM2 from Template1.