exam questions

Exam AZ-801 All Questions

View all questions & answers for the AZ-801 exam

Exam AZ-801 topic 5 question 9 discussion

Actual exam question from Microsoft's AZ-801
Question #: 9
Topic #: 5
[All AZ-801 Questions]

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?

  • A. az vm repair create
  • B. az vm boot-diagnostics enable
  • C. az vm capture
  • D. az vm disk attach
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
BlackCat9588
3 months, 2 weeks ago
Selected Answer: A
A. az vm repair create
upvoted 1 times
...
syu31svc
6 months, 3 weeks ago
Selected Answer: A
The key here is "operating system disk" https://learn.microsoft.com/en-us/cli/azure/vm/repair?view=azure-cli-latest VM repair command will enable Azure users to self-repair non-bootable VMs by copying the source VM's OS disk and attaching it to a newly created repair VM. A is the answer
upvoted 3 times
...
Leocan
11 months ago
Selected Answer: A
az vm repair create - Create a new repair VM and attach the source VM's copied OS disk as a data disk.
upvoted 2 times
...
GoforIT21
1 year, 1 month ago
Selected Answer: A
Correct, see https://learn.microsoft.com/en-us/cli/azure/vm/repair?view=azure-cli-latest.
upvoted 3 times
...
xxxxx85xx
1 year, 6 months ago
Correct Answer
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...