Hi,
Seems like this template does not let you specify what resource group to provision in. Instead it takes the argument as input then will only accept the VNETS resource group name as acceptible.
It seems that virtual machine scale set does support this but doesnt appear to send the resource group value to it. Missing a line in generateServer:
|
def generateServer(region, group, vnetName, createVnet, subnetName, groupName, rallyPrivateIP): |