ahems / crikey

Let's save us some effort when working with Azure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple deployment of a VM Scale Set of Windows VMs behind a load balancer with NAT rules

This template allows you to deploy a simple VM Scale Set of Windows VMs using the latest patched version of several Windows versions. These VMs are behind a load balancer with NAT rules that let you connect to vm i by connecting via rdp on port 50000 + i of the public IP in the deployment. For example, to connect to the 0th VM, you could RDP into {public-ip-address}:50000.

PARAMETER RESTRICTIONS

vmssName must be 9 characters in length or shorter. It should also be globally unique across all of Azure. 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.

About

Let's save us some effort when working with Azure.