Hello everyone, I am trying to deploy an enterpris...
# azure
b
Hello everyone, I am trying to deploy an enterprise environment on Azure using Pulumi. The servers and workstations are involved. The idea is that clients should not be part of the domain but should be created through the Host pool, joined into Microsoft Entra ID, and enrolled in Intune. Is it feasible to create such a client machine through the azure.desktopvirtualization.HostPool() resource? I see that this resource has a vm_template parameter that accepts JSON format. When I pass it, nothing happens. Has anyone had experience with this?