Forum Discussion
DomAnnicette
Dec 22, 2022Brass Contributor
Can't register an application group to a new workspace.
Hi,
here's my environment :
- 2 host pools
- 2 workspaces (Created with each host pool).
- Session hosts in both host pools
- Application groups in both host pools
My problem: I need to create a new workspace and new application groups WITHIN an existing host pool. From what I'm trying, I can't register a new app group to a newly created workspace. I must rgister it within the existing workspace associated to the existing host pool.
Can you please confirm that?
Thanks guys.
Regards,
Dom
- balasubramanimIron Contributor
You can't register a new app group to a different workspace because a host pool is linked to only one workspace.
Please try these steps.1. Use the existing workspace – A host pool must stay with its assigned workspace.
2. Create a new host pool – If you need a different workspace, you must set up a new host pool.
3. Detach & reassign – Remove the host pool from the current workspace and link it to the new one (PowerShell: Remove-AzWvdWorkspace -Name "<ExistingWorkspaceName>").
4. Use RemoteApp groups – Publish apps via RemoteApp without changing workspaces. - askareshIron ContributorYou can only register the app group to workspaces created in the same location as the host pool. Also. if you've previously registered another app group from the same host pool as your new app group to a workspace, it will be selected and you can't edit it. All app groups from a host pool must be registered to the same workspace.
Ref - https://learn.microsoft.com/en-us/azure/virtual-desktop/manage-app-groups- jonwbstr24Brass Contributor
I just ran into this issue, thank you for the post! I have requested your note that "All app groups from a host pool must be registered to the same workspace." be added to the referenced article.