Forum Discussion
CMurphyUSA
Jun 15, 2020Brass Contributor
(Solved) Unable to Create New Host Pool VMs [Spring Release]
Wanted to see if anyone is having issues adding new VMs to an already existing host pool in WVD Spring release. I try to add additional VMs but I receive an error staying that not all required pa...
- Jun 19, 2020
SherifAzima richardredgrave virtualmanc
I did a test this morning using the ARM template and all seems to be working after Microsoft applied the hot fix!
CMurphyUSA
Jun 17, 2020Brass Contributor
SherifAzima virtualmanc
I am receiving the required resource error still as of this AM as well.
SherifAzima are you on the fall or spring release? For spring this is the only method I see to expand an existing host pool. Is there a doc for a different process?
https://docs.microsoft.com/en-us/azure/virtual-desktop/expand-existing-host-pool
In the spring release I do not see the PS command to add create a session host:
https://docs.microsoft.com/en-us/powershell/module/az.desktopvirtualization/?view=azps-4.2.0#desktopvirtualization
I do have a ticket in with Microsoft Premier support, but I know this is still in preview so it will take some time for them to assess and get back to me.
SherifAzima
Jun 17, 2020Copper Contributor
CMurphyUSA
My lab is a spring setup. with regards to the expand the host pool , you could manually expand it.
please find the following URL that demonstrates how to register/add a new VMs to an existing host pool
https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell
- create / prepare a VM
- Register the VM into the host pool through the power shell.
Still I can't able to add additional VM through the portal
Thank you in advance.
Regards,
My lab is a spring setup. with regards to the expand the host pool , you could manually expand it.
please find the following URL that demonstrates how to register/add a new VMs to an existing host pool
https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-powershell
- create / prepare a VM
- Register the VM into the host pool through the power shell.
Still I can't able to add additional VM through the portal
Thank you in advance.
Regards,
- richardredgraveJun 18, 2020Copper Contributor
SherifAzima I am getting lots of DSC errors when trying to create a new pool. Can anyone advise please?
The DSC Extension received an incorrect input: An error occurred while executing script or module 'Configuration.ps1': The term 'C:\Packages\Plugins\Microsoft.Powershell.DSC\2.80.0.0\bin\..\DSCWork\Configuration.0\Configuration.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.. Please correct the input and retry executing the extension.
- SherifAzimaJun 18, 2020Copper Contributorrichardredgrave
Please check that the host pools aren't be prevented from access the internet . I have check a successfully created Host Pool, I found the following lines
1- Creating Working directory: C:\\Packages\\Plugins\\Microsoft.Powershell.DSC\\2.80.0.0\\bin\\..\\DSCWork\\Configuration.0\r\n
2- Downloading https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration.zip
3- Extracting Configuration.zip
4-
Executing C:\\Packages\\Plugins\\Microsoft.Powershell.DSC\\2.80.0.0\\bin\\..\\DSCWork\\Configuration.0\\Configuration.ps1
at last to confirm this is the problem , please login to the failed VM and check that configuration.ps1 is existed .
Thank you
SherifAzema