AzureStack-QuickStart-Templ.../201-vmss-linux-vm-largescale
Radhika Gupta 12059cc6a5 Changed the Linux templates so more Linux flavors can be added. (#251)
* 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

* Changed the templates so more Linux flavors can be added. Using CentOS as example.
2017-07-18 11:25:19 -07:00
..
README.md Added more VMSS linux template. (#224) 2017-04-12 14:16:04 -07:00
azuredeploy.json Changed the Linux templates so more Linux flavors can be added. (#251) 2017-07-18 11:25:19 -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 of Windows VMs

This template allows you to deploy a VM Scale Set of Linux VMs. It creates 5 storage accounts so the VM Scale set and can be conviniently scaled to 100 VMs. To connect from the load balancer to a VM in the scale set, you would go to the AzureStack 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 RDP on port 50000 of the public IP to connect to that VM. Similarly if something is listening on port 80 we can connect to it using port 80.

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 100 or less.