A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
Hello Akheel,
Thank you for sharing the deployment error details.
Based on the information provided, the Azure Virtual Desktop deployment appears to be failing during the session host VM provisioning stage within the linked template deployment (vmCreation-linkedTemplate). Currently, the error shown is a generic DeploymentFailed / ResourceDeploymentFailure message, which does not yet provide the exact root cause.
To help identify the precise failure point, could you please review and share the detailed error message from the deployment operations?
Azure Portal path: Resource Group → RG-SBTESTAVD01 → Deployments → HostPool-... deployment → Operations
Please check the failed VM creation operation and share the complete inner error details displayed there.
In the meantime, we recommend validating the following common areas that frequently cause Azure Virtual Desktop session host deployment failures:
Quota and VM Size Availability
- Verify that sufficient vCPU quota is available in the selected Azure region.
- Confirm that the selected VM SKU/size (for example,
Standard_D2s_v3) is supported and currently available in that region.
VM Naming and Credential Requirements
- Ensure the VM naming convention complies with Azure requirements (1–15 characters, supported characters only).
- Avoid using restricted or reserved administrator usernames.
Image Validation
- If using a custom image/VHD, confirm that the image exists in the correct subscription and region and has been properly generalized.
- If using a Marketplace or Azure Compute Gallery image, validate that the selected image version and OS configuration are correct.
Domain Join and Network Connectivity
- If the session hosts are configured for domain join, verify connectivity to the domain controllers and confirm that DNS resolution, LDAP, and Kerberos communication are functioning correctly.
- Ensure the provided domain join credentials or Key Vault references are valid.
Network Security and Endpoint Access
- Review NSG, Firewall, and UDR configurations to ensure required Azure Virtual Desktop and Azure management endpoints are not being blocked.
- Confirm outbound internet access is available if deployment scripts/extensions need to download content from Azure endpoints during provisioning.
Reference: Prerequisites for Azure Virtual Desktop
Troubleshoot host pool creation
Required FQDNs and endpoints for Azure Virtual Desktop
Hope this helps! Please let me know if you have any queries in comments.