You are deploying and configuring virtual machines in Azure. Match each Azure Virtual Machine feature to its primary purpose.
- Custom Script ExtensionExecutes post-deployment configuration tasks and software installations inside the virtual machine.
- Azure VM AgentInstalls and manages extensions, and facilitates communication between the virtual machine and the Azure fabric.
- Boot DiagnosticsCaptures console output logs and screenshots of a virtual machine to troubleshoot startup failures.
Answer
Custom Script Extension matches with executing post-deployment scripts. Azure VM Agent matches with installing and managing extensions. Boot Diagnostics matches with capturing console logs and screenshots.
Each VM component aligns with its correct administrative purpose: the Custom Script Extension executes scripts inside the VM, the VM Agent hosts extensions and coordinates with the fabric, and Boot Diagnostics monitors startup logs and screenshot outputs.
Step-by-Step Solution
Key Concept
Azure Virtual Machine features and configuration options