AzureStack-QuickStart-Templ.../201-vmss-linux-existing-vnet
Radhika Gupta a77f17587a Updating to Linux Ubuntu 16.04. (#226)
* VMSS Template for Linux extension and large scale.

* Resolving merge conflict.

* Fixed some names based on matching the functionality.

* VMSS Template Linux: Use an existing VNET and large scale.

* Fixing deleted file

* Linux changes for switching to Ubuntu16

* Fix the asset location.
2017-05-10 19:20:28 -07:00
..
README.md Added more VMSS linux template. (#224) 2017-04-12 14:16:04 -07:00
azuredeploy.json Updating to Linux Ubuntu 16.04. (#226) 2017-05-10 19:20:28 -07:00
azuredeploy.parameters.json Added more VMSS linux template. (#224) 2017-04-12 14:16:04 -07:00
metadata.json Added more VMSS linux template. (#224) 2017-04-12 14:16:04 -07:00

README.md

Deploy a VM Scale Set into an existing vnet

This template deploys a Linux-based VM Scale Set into an existing vnet. To connect from the load balancer to a VM in the scale set, you would go to the Azure Portal, find the load balancer of your scale set, examine the NAT rules, then connect using the NAT rule you want. For example, if there is a NAT rule on port 50000, you could use the following command to connect to that VM:

ssh -p 50000 {username}@{public-ip-address}

PARAMETER RESTRICTIONS

vmssName must be 3-10 characters in length. It should also be globally unique across all of AzureStack. If it isn't globally unique, it is possible that this template will still deploy properly, but we don't recommend relying on this pseudo-probabilistic behavior. instanceCount must be 20 or less. VM Scale Set supports upto 100 VMs and one should add more storage accounts to support this number.