AzureStack-QuickStart-Templ.../Linux-VmssManaged
Deepa Thomas 9392d98c0c Fix AzureStack QuickStartTemplates' Storage account resources to use … (#428)
* Fix AzureStack QuickStartTemplates' Storage account resources to use sku and kind - round2

* Fix AzureStack QuickStartTemplates' Storage account resources to use sku and kind - round3

* Proxy resources don't need to specify api version anymore as the bug is fixed, so remove the api version
2019-04-08 16:25:48 -07:00
..
README.md Resubmit:Add metadata to existing managed disk templates. (#408) 2019-01-09 11:42:11 -08:00
azuredeploy.json Fix AzureStack QuickStartTemplates' Storage account resources to use … (#428) 2019-04-08 16:25:48 -07:00
azuredeploy.parameters.json Resubmit:Add metadata to existing managed disk templates. (#408) 2019-01-09 11:42:11 -08:00
metadata.json Resubmit:Add metadata to existing managed disk templates. (#408) 2019-01-09 11:42:11 -08:00

README.md

Deploy a VM Scale Set of Linux VMs - managed disks

This template allows you to deploy a VM Scale Set of Linux 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. The VMs use managed disks.

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.