nerdexam
Microsoft

AZ-104 · Question #3

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…

The correct answer is D. resource group. When you deploy a template, you specify a resource group that will contain the resources. Before running the deployment command, create the resource group or during deployment also we can create the resource group. If you try to deploy your own template in the portal, there are…

Submitted by tarun92· Mar 4, 2026Deploy and manage Azure compute resources

Question

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?

Options

  • Aoperating system
  • Badministrator username
  • Cvirtual machine size
  • Dresource group

How the community answered

(22 responses)
  • B
    5% (1)
  • C
    9% (2)
  • D
    86% (19)

Explanation

When you deploy a template, you specify a resource group that will contain the resources. Before running the deployment command, create the resource group or during deployment also we can create the resource group. If you try to deploy your own template in the portal, there are 3 available options - "Subscription", "Resource Group", "Location". Resource group is the only one of the three options available in this list of answers.Location". https://github.com/Azure/azure-quickstart-templates/blob/master/101-vm-simple- windows/azuredeploy.json

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice