Move VM1 to a Different Host Immediately | Exam AZ-100: Microsoft Azure Infrastructure and Deployment | Microsoft

Move VM1 to a Different Host Immediately

Question

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 Update management blade, you click Enable.

Does this meet the goal?

Answers

Explanations

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-node

No, clicking the Enable button from the Update management blade will not meet the goal of moving VM1 to a different host immediately.

The Update management blade is used for managing updates on virtual machines and does not provide any functionality to move virtual machines to a different host. Enabling update management on a virtual machine will allow you to schedule and manage updates on the virtual machine but will not help in moving the virtual machine to a different host.

To move a virtual machine to a different host, you can perform a redeployment operation on the virtual machine. A redeployment operation moves the virtual machine to a new host within the same availability set. The redeployment operation ensures that the virtual machine is moved to a healthy host and does not require any downtime for the virtual machine.

To perform a redeployment operation on VM1, you can follow these steps:

  1. In the Azure portal, go to the virtual machine blade for VM1.
  2. Click on the "Operations" tab.
  3. Click "Redeploy" from the list of available operations.
  4. Confirm the redeployment operation.

After the redeployment operation is complete, VM1 will be moved to a different host within the same availability set and will be available again for use.