
Answer-first summary for fast verification
Answer: Create a scale set with ScaleSetVM orchestration mode.
The correct answer is D. To deploy five instances as quickly as possible, you should use a virtual machine scale set with ScaleSetVM orchestration mode. This mode allows Azure to manage the lifecycle of the instances, creating, updating, and deleting them based on the configuration set during the scale set setup. It is optimized for deploying multiple instances quickly and efficiently, as the VMs are created in a single operation based on a predefined model.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How to quickly deploy a scale set with five instances in Azure?
A
Create five VMs, adjusting Availability Zones for each.
B
Create five VMs, adjusting Size for each.
C
Create a scale set with VM orchestration mode.
D
Create a scale set with ScaleSetVM orchestration mode.