Microsoft Azure Administrator Associate AZ-104 Practice Question
You need to reorganize your Azure resources by placing an existing virtual machine named VM1 into a different resource group named RG2. VM1 is currently running and uses managed disks in resource group RG1. What should you do to accomplish this task?
Use Azure PowerShell to detach VM1's disks, move them to RG2, and recreate VM1 in RG2.
Use the Azure Portal to change VM1's resource group to RG2 while it is running.
Stop VM1, then use the Azure Portal to change its resource group to RG2.
Create a new VM in RG2 from a snapshot of VM1, then delete VM1 from RG1.