Forum Discussion
(Solved) Unable to Create New Host Pool VMs [Spring Release]
- 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!
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!
Yes , it has been worked with me ,Thank you 🙂
- syscloudadminJun 26, 2020Copper Contributor
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 "
}
]
}
}- SherifAzimaJun 26, 2020Copper Contributor
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 !