Microsoft Azure Architect Technologies (2020, legacy) — Question 15
A company plans to use third-party application software to perform complex data analysis processes. The software will use up to 500 identical virtual machines
(VMs) based on an Azure Marketplace VM image.
You need to design the infrastructure for the third-party application server. The solution must meet the following requirements:
✑ The number of VMs that are running at any given point in time must change when the user workload changes.
✑ When a new version of the application is available in Azure Marketplace it must be deployed without causing application downtime.
✑ Use VM scale sets.
✑ Minimize the need for ongoing maintenance.
Which two technologies should you recommend? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. single placement group
- B. single storage account
- C. managed disks
- D. autoscale
Correct answer: C, D
Explanation
Choosing managed disks (C) ensures that storage is managed by Azure, which simplifies maintenance and management of the VMs. Autoscale (D) allows the number of VMs to adjust based on demand, meeting the requirement for workload changes. The other options, single placement group (A) and single storage account (B), do not directly address the needs for dynamic scaling and minimizing maintenance.