AzureStack-QuickStart-Templ.../101-vmss-windows-vm
kivenkat 9325cb4615 Update azuredeploy.json (#459)
updated to use managed disk
2019-12-30 12:43:53 -08:00
..
README.md Update README.md (#286) 2017-08-07 16:12:50 -07:00
azuredeploy.json Update azuredeploy.json (#459) 2019-12-30 12:43:53 -08:00
azuredeploy.parameters.json Add basic 101 VMSS templates. 2017-03-27 09:59:11 -07:00
metadata.json Adding 2 templates that use managed disks and updating the updated date (#399) 2018-11-07 10:45:44 -08:00

README.md

Deploy a VM Scale Set of Windows VMs

This template allows you to deploy a VM Scale Set of Windows VMs. It uses the latest patched version of several Windows versions. 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 20 or less. VM Scale Set supports upto 100 VMs and one should add more storage accounts to support this number.