Host pool deployment time out

Francois Retief 1 Reputation point
2021-07-05T07:34:50.047+00:00

{"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 'Microsoft.PowerShell.DSC'. Error message: \"The DSC Extension failed to execute: Error downloading https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration_5-5-2021.zip after 29 attempts: The remote name could not be resolved: 'wvdportalstorageblob.blob.core.windows.net'.\r\nMore information about the failure can be found in the logs located under 'C:\WindowsAzure\Logs\Plugins\Microsoft.Powershell.DSC\2.83.1.0' on the VM.\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/VMExtensionDSCWindowsTroubleshoot "}]}

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,338 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 17,997 Reputation points Microsoft Employee
    2021-07-30T02:03:16.69+00:00

    Based on the error message posted, it looks like the deployment of Personal Host Pool is failing with DSC Extension Failure
    Cause: DSC extension is failing to install because the VM is not able to download the required package: Error downloading https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration_5-5-2021.zip

    Resolution: Allow VMs access to all the required URLs as per Microsoft Official Documentation. Azure Virtual Desktop required URL list - Azure | Microsoft Learn
    This outlines which URLs need to be allowed through the firewall for full compliance.

    After following the step above, if you see WVD deployment failing at domain-join phase.
    Cause: Incorrect UPN used for deployment.

    Resolution: Since the current domain admin UPN used for the WVD deployment couldn't sync with Azure AD and the UPN doesn’t match with the on AD, please provide admin privileges to one of domain users and re-try the deployment with the correct UPN.

    0 comments No comments