Autoscale with IaaS Azure Resource Manager

Understand autoscale with Azure Resource Manager.

John Savill

June 12, 2016

1 Min Read
Autoscale with IaaS Azure Resource Manager

Q. How do I enable autoscale for my ARM VMs?

A. In the Azure Service Manager (ASM) model it was possible to create a group of VMs, place them in an Availability Set then enable autoscale through the cloud service that contained the VMs. Azure Resource Manager (ARM) does not use cloud services and the same type of autoscale based on pre-created VMs in an Availability Set is no longer possible through an inbox solution. It would be possible to create your own type of scale action through PowerShell and monitoring the resource metrics of the VMs however the supported solution is through the new VM scale sets capability. Through VM scale sets which are based off a single template that deploys a number of identical instances it is possible to trigger scale actions based on Azure Insights metric information that provide information on the utilization of the resources deployed via the VM scale set.

For more information on these technologies use the following resources:

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like