You are planning the deployment and configuration of several Azure virtual machines. Each virtual machine has specific performance, boot, or administration requirements. Match each virtual machine configuration requirement to its corresponding Azure virtual machine feature.
- Store the virtual machine operating system on the local host cache to achieve high-speed read/write access and eliminate remote storage costs, with the understanding that data is lost upon virtual machine deallocation.Ephemeral OS Disk
- Execute an administrative script on a running virtual machine using the VM Agent without provisioning any virtual machine extensions.Run Command
- Enable support for Unified Extensible Firmware Interface (UEFI) boot architecture and provision virtual machine OS disks larger than .Generation 2 Virtual Machine
- Capture serial console logs and virtual machine screenshots during the boot process to troubleshoot operating system startup failures.Boot Diagnostics
Answer
The correct matches pair the Ephemeral OS Disk with host-cache storage, Run Command with VM Agent script execution, Generation 2 Virtual Machine with UEFI and large OS disk support, and Boot Diagnostics with boot troubleshooting screenshots.
The correct pairings align the appropriate Azure VM configuration features to their respective operational goals: Ephemeral OS Disk for low-latency host-cache storage, Run Command for agent-based scripting, Generation 2 VMs for UEFI and large OS volumes, and Boot Diagnostics for visual boot troubleshooting.
Step-by-Step Solution
Key Concept
Azure Virtual Machine configuration features, placement options, extensions, and disk performance characteristics.
Estimated Time:1m 30s