A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
Hello @Richard Liu
Thank you for sharing the detailed exception for the failure. Based on the error message, the failure occurred during the provisioning of the VM extension "Microsoft.PowerShell.DSC."
The specific error states:
The DSC Extension failed to execute: Error downloading https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration_1.0.03313.1159.zip after 17 attempts: Unable to connect to the remote server.
This indicates that the VM was unable to reach the required endpoint while attempting to download the extension package. As a result, the extension provisioning failed, which led to the overall VM deployment failure.
Please review the following:
- Check Network Connectivity Verify your network configuration and firewall settings to ensure that required endpoints such as
*.wvd.microsoft.comand*.servicebus.windows.netare reachable from your environment. - Validate Required URLs Confirm that all mandatory URLs for Azure Virtual Desktop are accessible from the session host. Review the list of required endpoints to ensure there are no network blocks or restrictions in place.
Additionally, you can use the Azure Virtual Desktop Agent URL Tool on an existing session host (ensure it is on the same network where you are attempting to deploy the new session host). Please follow the guidance provided here: https://learn.microsoft.com/en-us/azure/virtual-desktop/check-access-validate-required-fqdn-endpoint#use-the-azure-virtual-desktop-agent-url-tool
- Firewall and Proxy Settings If firewalls or proxy servers are in use, ensure they are not blocking outbound connectivity to the required Azure services.