Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource Manager template named ARM1.json.
You receive a notification that VM1 will be affected by maintenance.
You need to move VM1 to a different host immediately.
Solution: From the Overview blade, you move the virtual machine to a different subscription.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.B
You would need to redeploy the VM.
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new-nodeNo, the provided solution does not meet the goal of moving VM1 to a different host immediately. Moving a virtual machine to a different subscription does not result in it being moved to a different host.
To move a virtual machine to a different host, you can use either of the following methods:
Note that moving a virtual machine to a new host may result in some downtime and it's recommended to take a backup or snapshot of the VM before performing any such operation.