Can't create WVD Resource Pool

I'm trying to get Windows Virtual Desktop set up, and when it's going through the steps of provisioning my resource pools i get this error:

{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[{"code":"VMExtensionProvisioningError","message":"VM has reported a failure when processing extension 'joindomain'. Error message: "Exception(s) occured while joining Domain 'swiftchipinc.com'"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/vmextensionwindowstroubleshoot "},{"code":"VMExtensionProvisioningError","message":"VM has reported a failure when processing extension 'joindomain'. Error message: "Exception(s) occured while joining Domain 'swiftchipinc.com'"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/vmextensionwindowstroubleshoot "}]}


Solution 1:

VM has reported a failure when processing extension 'joindomain'. Error message: "Exception(s) occured while joining Domain '***.com'"

Looks like the info you provided for domain joining are not correct.
You should review your domain joining info, including username, password and OU path (if used).
WVD hosts need to join your AD domain, and you need to provide proper info for doing that.

(Also, your VMs need to use the correct domain DNS and be able to contact a Domain Controller in order to join your AD domain.)