AzureStack-QuickStart-Templ.../201-vmss-scalein-scaleout-e...
Radhika Gupta 646f57c90e Fixed names of templates machine the functionality. (#222)
* VMSS Template for Linux extension and large scale.

* Resolving merge conflict.

* Fixed some names based on matching the functionality.
2017-04-12 11:18:46 -07:00
..
README.md Fixed names of templates machine the functionality. (#222) 2017-04-12 11:18:46 -07:00
azuredeploy.json Fixed names of templates machine the functionality. (#222) 2017-04-12 11:18:46 -07:00
azuredeploy.parameters.json Fixed names of templates machine the functionality. (#222) 2017-04-12 11:18:46 -07:00
metadata.json Fixed names of templates machine the functionality. (#222) 2017-04-12 11:18:46 -07:00

README.md

Manually change the number of VMs in an existing VM Scale Set

This template allows you to manually scale in or out the number of VMs in an existing Scale Set. The capacity specified will be the new capacity of the scale set.

The VM size in this template is set to Standard_D1. If you are doing a scale operation on a VM Scale Set with different sized VMs, you will need to change this parameter. I.e. make sure the "sku" property in this template matches the "sku" you originally deployed your Scale Set with. Otherwise, either this deployment will fail (when the VM size belongs to a different family), or VMs will be created with a different size to the existing VMs.

PARAMETER RESTRICTIONS

existingVMSSName must be the name of an EXISTING VM Scale Set

vmSku must be the same size as the VM size of your EXISTING VM Scale Set