eb714cc5b4
* add 201-vmss-windows-vm-largescale-with-managed-disk template * Update template's apiProfile * Fix tab * Add new line at end of file * prepopulate on the parameters file * Remove vmssName var from parameter file |
||
---|---|---|
.. | ||
README.md | ||
azuredeploy.json | ||
azuredeploy.parameters.json | ||
metadata.json |
README.md
Deploy a VM Scale Set of Windows VMs
This template allows you to deploy a VM Scale Set of Windows VMs using the lastest patched version of various Windows Versions. The VM Scale Set can be scaled upto 100 VMs. VMs are set with 2 managed disks; the OS disk and a data disk of 1 GB. VMs are behind a load balancer with NAT rules for rdp connections. 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.