A citizen portal must grow and shrink across many identical web-tier virtual machines as traffic rises and falls. Which Azure VM option is designed for that identical-instance scale-out pattern?
Select an answer to reveal the explanation.
Short Explanation
Lots of the same VM stamping up and down with load? That is Virtual Machine Scale Sets territory. One lonely VM cannot stretch like a matching set that autoscale can grow.
Full Explanation
Azure Virtual Machine Scale Sets let you deploy and manage a group of identical virtual machines and scale the instance count as demand changes. They fit horizontal scale-out patterns such as a citizen portal web tier. A lone fixed VM or unrelated desktop services do not provide that identical-instance scale-set model.