SOLVED

Problem Provisioning WVD Host Pool - RDSAgentBootLoader

Copper Contributor

Hello,

 

I am following the Microsoft documentation to setup the RDS tenant and create a Service Principal for the RDS Owner. Now I am stuck.

 

This is the error I receive during the DSC process: 

 

{
    "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: \"DSC Configuration 'FirstSessionHost' completed with error(s). Following are the first few: PowerShell DSC resource MSFT_ScriptResource  failed to execute Set-TargetResource functionality with error message: Cannot find any service with service name 'RDAgentBootLoader'.  The SendConfigurationApply function did not succeed.\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/VMExtensionDSCWindowsTroubleshoot "
            }
        ]
    }
}
 
Any suggestions on how to troubleshoot / resolve this? 
3 Replies
Looks like the RDS part works... but with that provisioning error, it doesn't create the other VM's (I put in for it to create 5 and it only created testvm-0).
Is your vNet containing your DC or is it containing the DNS pointers to your managed DNS servers?
best response confirmed by Eva Seydl (Microsoft)
Solution

@mcarpenter: Unfortunately it is difficult to debug here. I suggest the following:

- Go through our learning path to see if you have missed a step: https://aka.ms/learnWVD

- Other option when you can't progress please see here your support and additional troubleshooting information: options: https://docs.microsoft.com/en-us/azure/virtual-desktop/troubleshoot-set-up-overview

1 best response

Accepted Solutions
best response confirmed by Eva Seydl (Microsoft)
Solution

@mcarpenter: Unfortunately it is difficult to debug here. I suggest the following:

- Go through our learning path to see if you have missed a step: https://aka.ms/learnWVD

- Other option when you can't progress please see here your support and additional troubleshooting information: options: https://docs.microsoft.com/en-us/azure/virtual-desktop/troubleshoot-set-up-overview

View solution in original post