Q: 17
You have an Azure virtual machine named VM1.
You install an application on VM1, and then restart the virtual machine.
After the restart, you get the following error message: “Boot failure. Reboot and Select proper Boot
Device or Insert Boot Media in selected Boot Device.”
You need to mount the operating system disk offline from VM1 to a temporary virtual machine to
troubleshoot the issue.
Which command should you run in Azure CLI?
Options
Discussion
Got this type in practice too, and it's A. az vm repair create spins up a temp repair VM with your broken VM's OS disk attached, so you can fix offline. D is more manual, but here they want the automated workflow. Anyone think otherwise?
saw pretty similar problem in my exam. in practice exams, pretty sure it's A.
az vm repair create is used to mount the OS disk to another VM for troubleshooting like this. The others don't do that.Be respectful. No spam.