I am basically looking a brief explanation on when to choose Azure scale sets and Azure Virtual Host pools.
Asked
Active
Viewed 476 times
-2

Bhargavi Annadevara
- 4,923
- 2
- 13
- 30

vijayakumar k
- 1
- 2
-
Virtual host pools are specific to windows virtual desktop. If not using WVD, use VMSS. – mmking Mar 13 '21 at 02:26
1 Answers
0
You create Azure VM Scale Sets when you want to build large-scale services that are highly available. Using VM scale sets would let you create and manage a group of load balanced VMs and maintain a consistent configuration across all instances.
Scale sets can automatically increase the number of VM instances as application demand increases, then reduce the number of VM instances as demand decreases. This ability helps reduce costs and efficiently create Azure resources as required matching your customer demand.
@mmking is right in that Host pools are specific to WVD. Host pools are like a collection of identical virtual machines within Windows Virtual Desktop environments.
Additional resources:

Bhargavi Annadevara
- 4,923
- 2
- 13
- 30