AZ-104 · Question #4
You have an Azure subscription that contains an Azure virtual machine named VM1. VM1 runs a financial reporting app named App1 that does not support multiple active instances. At the end of each…
The correct answer is B. Modify the VM size property of VM1. Under the Configure Runbook option, enable the runbook and choose the config source as either built-in or user. If you select the option 'user', you get to choose from a runbook that you have created in your automation account. If you select 'Built-in', a list of runbooks is…
Question
Options
- AAdd the Azure Performance Diagnostics agent to VM1.
- BModify the VM size property of VM1.
- CAdd VM1 to a scale set.
- DIncrease the vCPU quota for the subscription.
- EAdd a Desired State Configuration (DSC) extension to VM1.
How the community answered
(57 responses)- A2% (1)
- B70% (40)
- C9% (5)
- D16% (9)
- E4% (2)
Explanation
Under the Configure Runbook option, enable the runbook and choose the config source as either built-in or user. If you select the option 'user', you get to choose from a runbook that you have created in your automation account. If you select 'Built-in', a list of runbooks is presented in a drop-down menu. Choose 'Scale up VM' to resize the VM to the next larger size.
Community Discussion
No community discussion yet for this question.