
Answer-first summary for fast verification
Answer: Adjust VM1's size to allocate more CPU resources.
The correct answer is B: 'Adjust VM1's size to allocate more CPU resources.' Modifying the VM size property can increase the number of vCPUs allocated to VM1, which allows for better handling of the CPU usage peaks that occur at the end of each month when the financial reporting app runs. This can be accomplished through a scheduled runbook to ensure the adjustment happens automatically at the required time.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In an Azure subscription with a VM named VM1 running a single-instance financial reporting app, which task in a scheduled runbook would address the monthly peak in CPU usage?
A
Deploy Azure Performance Diagnostics on VM1.
B
Adjust VM1's size to allocate more CPU resources.
C
Integrate VM1 into a virtual machine scale set.
D
Raise the subscription's vCPU quota.
E
Install the Desired State Configuration extension on VM1.
No comments yet.