Skip to content
/ crikey Public

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

Notifications You must be signed in to change notification settings

ahems/crikey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published