Forum Discussion
eya_ketata
Aug 14, 2023Copper Contributor
Create a host session in a host pool using Azure SDK java
Hi all,
After a thorough search, I've successfully uncovered a solution for creating a host pool, an application group, and even applications themselves.
However, I've hit a roadblock when it comes to discovering the method for generating a host session within a host pool.
In conclusion, our query is: How can we utilize the Azure SDK for Java to create a host session within a host pool?
Thanks a lot;
1 Reply
Try below as workarounds:
- Use PowerShell or Azure CLI to simulate user login
- Monitor session state via Azure Monitor or Log Analytics
- Use Microsoft Graph API to query session details (though Java SDK support is limited here)