When a VM is redeployed from Azure, it moves the VM to a new host within the Azure infrastructure and then powers it back on. Redeploy of an Azure VM can be done From the Azure CLI " az vm redeploy --...When a VM is redeployed from Azure, it moves the VM to a new host within the Azure infrastructure and then powers it back on. Redeploy of an Azure VM can be done From the Azure CLI " az vm redeploy --resource-group myResourceGroup --name myVM " From the Azure portal: Go to the Azure portal, and select the VM you wish to redeploy. In the Help section, select Redeploy + reapply, and then select Redeploy to migrate it to a new Azure host. Redeploy Linux virtual machine to new Azure node