Forum Discussion
Johan_Eriksson
Sep 24, 2019Brass Contributor
The session hosts I have need extra config before allowing new sessions to be load balanced to them.
My situation: I am using ARM Templates to create session hosts using a pre-baked image with stuff that is expected to change less often. I use the DSC from your https://github.com/Azure/RDS-Template...
Johan_Eriksson
Sep 26, 2019Brass Contributor
@christianmontoya I bit the bullet and cloned your github repo. I made changes to the DSC part of "wvd-templates/Create and provision WVD host pool" essentially adding a new optional parameter called AllowNewSession in the relevant places and then making use of it in Script-AdditionalRdshServers.ps1 as well as Script-FirstRdshServer.ps1. It was a fairly simple change and I would be happy to share it with you if you decide to add such a feature in a future release.
FYI: I use your DSC in my own ARM template, to ensure I get your WVD stuff the way you want and the rest of the VM the way I want.
Cheers,
Johan