AZ-800 Exam QuestionsBrowse all questions from this exam

AZ-800 Exam - Question 116


You have an Azure virtual machine named VM1 that contains the drives shown in the following table.

On VM1, you plan to install an app named App1. The data for App1 must be stored on a persistent data disk assigned to drive D.

You need assign the data disk to drive D.

What should you do on VM1 first?

Show Answer
Correct Answer: B

To assign the data disk to drive D, you need to move the pagefile.sys to the Operating System drive (C:) first. The temporary storage drive (D:) currently holds the pagefile.sys, and changing the drive letter directly without moving the pagefile.sys would cause system instability or malfunction. Therefore, moving the pagefile.sys from drive D: to drive C: ensures that the temporary storage drive D: can be repurposed for the data disk of App1.

Discussion

5 comments
Sign in to comment
makonmakonOption: B
Mar 14, 2024

I think B. is the answer. First you need to move pagefile.sys and then change the drive letter. https://learn.microsoft.com/en-us/azure/virtual-machines/windows/change-drive-letter

KuikzOption: B
Apr 5, 2024

I think is B according to the documentation: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/change-drive-letter

fd489cdOption: C
Apr 15, 2024

https://learn.microsoft.com/en-us/azure/virtual-machines/windows/change-drive-letter

nawtitooOption: B
May 29, 2024

B according to this https://learn.microsoft.com/en-us/azure/virtual-machines/windows/change-drive-letter#:~:text=you%20need%20to%20follow%20these%20steps%20to%20temporarily%20move%20the%20pagefile.sys%2C%20attach%20a%20new%20data%20disk%20and%20assign%20it%20the%20letter%20D%20and

KrayzrOption: B
Jul 13, 2024

Definitely, it is B.