nerdexam
MicrosoftMicrosoft

AZ-800 · Question #305

AZ-800 Question #305: Real Exam Question with Answer & Explanation

The correct answer is A: Increase the size.. {"question_number": 10, "correct_answer": "A (Increase the size)", "explanation": "Azure supports online expansion of data disk size without requiring VM deallocation or downtime. You can increase Disk2's size through the Azure portal or CLI while VM1 is running, then extend the

Manage virtual machines and containers

Question

You have an Azure subscription. The subscription contains a virtual machine named VM1 that runs Windows Server and has the following disks: OS disk: Disk1 - Size: 512 GiB - Free space: 260 GiB - Encryption: SSE with PMK - Storage type: Standard SSD Data disk: Disk2 - Size: 512 GiB - Free space: 45 GiB - Storage type: Standard HDD - Encryption: Platform-managed key You are planning a maintenance strategy for VM1. You need to identify which task can be performed on Disk2 without causing downtime to VM1. What should you do on Disk2?

Options

  • AIncrease the size.
  • BChange the encryption type.
  • CDecrease the size.
  • DChange the storage type to Premium SSD.

Explanation

{"question_number": 10, "correct_answer": "A (Increase the size)", "explanation": "Azure supports online expansion of data disk size without requiring VM deallocation or downtime. You can increase Disk2's size through the Azure portal or CLI while VM1 is running, then extend the volume within the guest OS. Decreasing disk size (C) is not supported in Azure at all-you cannot shrink a managed disk. Changing the encryption type (B) requires the disk to be detached or the VM to be stopped/deallocated. Changing storage type from Standard HDD to Premium SSD (D) traditionally requires the VM to be deallocated. Only increasing the disk size is a non-disruptive operation.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Azure Virtual Machines#Managed Disks#Disk Management#No Downtime Operations

Community Discussion

No community discussion yet for this question.

Full AZ-800 PracticeBrowse All AZ-800 Questions