Hello, @Sean Connolly ! I'm sorry to hear that you are running into recovery issues after moving the usr folder.
How can I recover my VM after data loss?
Azure Backup provides the best list of options as redeploying will move the VM to a new node within the Azure infrastructure without changing the data (other than the temporary drive):
- Create a new VM from a restore point
- Restore disk (allows you to attach a disk to new VM)
https://learn.microsoft.com/en-us/azure/backup/backup-azure-arm-restore-vms#restore-disks
Manually attaching an existing disk as a data disk is another option to look at:
- Create a VM from a specialized disk by using PowerShell Even though this may not create a disk that you can use to create a new VM, you may be able to attach it to restore data from the disk.
Let me know what route looks like the best option and I can provide more information.
I hope this has been helpful! Your feedback is important so please take a moment to accept answers.
If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!