Free Microsoft Azure AZ-104 Actual Exam Questions - Question 6 Discussion
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 VM1 Redeploy + reapply blade, you select Redeploy. Does this meet the
goal?
B redeploy might reset the VM but doesn’t guarantee a host switch right away.
D imo, redeploy mainly refreshes the VM but doesn’t promise a different host immediately. For guaranteed host change, you usually need to stop/start the VM or use live migration features.
I don’t think redeploy guarantees moving the VM to a different host instantly; it mainly reinitializes the VM on the current infrastructure. The VM might end up on the same physical server after redeploy, so it doesn’t fully ensure avoiding maintenance impact. Would a Live Migration or using Availability Sets be a better option here? Could the question expect something more immediate or certain than redeploy?
I think it fits the requirement since redeploy detaches the VM from the current host and provisions it anew, so it should land on a different physical machine. A
A imo, redeploy moves VM1 to a new host.