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 on 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.
Q. 1: Solution: From the Overview blade, you move the virtual machine to a different subscription.
Does this meet the goal?
- A. Yes
- B. No
Correct Answer: B
You would need to redeploy the VM.
Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new-node
Q. 2: Solution: From the Redeploy blade, you click Redeploy.
Does this meet the goal?
- A. Yes
- B. No
Correct Answer: A
When you redeploy a VM, it moves the VM to a new node within the Azure infrastructure and then powers it back on, retaining all your configuration options and associated resources.
References: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/redeploy-to-new-node
Q. 3: Solution: From the Update management blade, you click Enable.
Does this meet the goal?
- A. Yes
- B. No
Q. 4: Solution: From the Overview blade, you move the virtual machine to a different resource group. Does this meet the goal?
- A. Yes
- B. No