Forum Discussion
StefanKi
Sep 25, 2024Iron Contributor
AVD and Bicep
Hello, I’m trying to deploy AVD as ADD joined using bicep but it failed. The session host is created but not correctly assigned to the host pool. There is always an error with the DomainTrustChe...
- Sep 28, 2024Thank you for your support. I solved it.
I had the AVD resources (HostPool. Workspace,...) and the session host in different resource groups. If I create everything in one RG it works.
jlou65535
Sep 27, 2024MCT
Encountering errors during Azure Virtual Desktop deployment?
An issue may arise in the DSC phase due to the setup of AADLoginForWindows or Microsoft.PowerShell.DSC extensions. The problem stems from new subnet configurations defaulting to private subnets.
To ensure smooth operation, your AVD virtual machines must have a subnet allowing outbound traffic.
StefanKi
Sep 28, 2024Iron Contributor
Thank you for your support. I solved it.
I had the AVD resources (HostPool. Workspace,...) and the session host in different resource groups. If I create everything in one RG it works.
I had the AVD resources (HostPool. Workspace,...) and the session host in different resource groups. If I create everything in one RG it works.
- AMK13Apr 09, 2025Copper Contributor
Hi, I am having a similar error where i am not able to register a windows 11 machine in the hostpool. My VM and AVD resources are in same RG. I have also attached an NSG with open ports to the avd subnet and VM. the bicep code always runs without any issues. Thank you