Jun 15 2020 11:35 AM - edited Sep 04 2020 11:34 AM
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 parameters are completed. I review and it appears everything is, there are not many fields to complete when deploying a new VM to an existing host pool.
I am not receiving the red circle on the section missing the parameter like I do when I actually leave something out (e.g. leave out the # of VMs to create, red circle over Virtual Machines, error near the # of VMs required field).
I have replicated this issue when deploying VMs to either region of East US or West India.
Thanks for any input!
Jun 15 2020 12:29 PM
I also had a colleague of mine go through the deployment process under their account and had them check my work, they too experience this error.
Jun 16 2020 03:42 PM
Jun 16 2020 09:52 PM
@SherifAzima Are you still experiencing the issue? There was an outage on Monday which stopped VMs from being added to host pools.
Jun 17 2020 05:45 AM
Jun 17 2020 06:44 AM
@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#desktop...
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.
Jun 17 2020 07:05 AM
Jun 18 2020 04:32 AM
@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.
Jun 18 2020 12:20 PM
@richardredgrave @SherifAzima @virtualmanc
Heads up I just got off a call with a Microsoft Support Engineer. There is a known issue that when using the ARM to deploy an additional session host to an existing host pool, that some are receiving an error. Microsoft has been able to reproduce in a test environment, a hot fix is supposed to be pushed out tomorrow 6/19/2020 sometime.
The error the engineer had is slightly different than mine, but similar and he confirmed I was missing no parameters.
MS Engineer error:
My Error:
Microsoft did confirm that creating a VM using the Shared Image Gal, domain joining, then installing the required apps to enroll into the host pool is the current way to add to an existing host pool when this error is encountered. I will post an update tomorrow if the hot fix resolves this for me.
Jun 18 2020 12:21 PM
Jun 19 2020 06:15 AM
Solution@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!
Jun 19 2020 08:24 AM - edited Jun 19 2020 08:25 AM
Yes , it has been worked with me ,Thank you 🙂
Jun 26 2020 06:01 AM
I have another problem. When adding session host to a pool, I receive the following error: DSC extension part
{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "VMExtensionProvisioningError",
"message": "VM has reported a failure when processing extension 'dscextension'.
Error message: \"The DSC Extension received an incorrect input:
An error occurred while executing script or module 'Configuration.ps1':
Die Benennung \"C:\\Packages\\Plugins\\Microsoft.Powershell.DSC\\2.80.0.0\\bin\\..\\DSCWork\\Configuration.0\\Configuration.ps1\" wurde nicht als Name eines Cmdlet, einer Funktion,
einer Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang..\r\n
Please correct the input and retry executing the extension.\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/VMExtensionDSCWindowsTroubleshoot "
}
]
}
}
Jun 26 2020 06:53 AM - edited Jun 26 2020 07:06 AM
From the Below URL , You will find most of Azure WVD creation errors .
https://docs.microsoft.com/en-us/azure/virtual-desktop/troubleshoot-set-up-issues
As well , You will find the most of DSCextension errors due to it was not able to get admin access on the VM .
Hence the solution will be provide a username and password have administrative access on the virtual machine .
Also check the scripts was downloaded to this path "C:\\Packages\\Plugins\\Microsoft.Powershell.DSC\\2.80.0.0\\bin\\..\\DSCWork\\Configuration.0\\Configuration.zip"
Thank you !
Jun 19 2020 06:15 AM
Solution@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!