Mar 27 2020 12:50 AM
Good day community!
I have a question regarding multitenancy in WVD.
Is it possible to have one single subscription where we manage the WVD session hosts which are member of multiple WVD tenants each pointing to their own Azure AD tenant?
It would describe a bit below slide where Azure AD is a different tenant per setup.
The idea would be to have the ability to manage the session hosts (of different WVD tenants and according Azure AD tenants) in one single subscription.
Is this technically possible and supported?
Kind regards,
Thomas
Mar 27 2020 01:07 AM
May 29 2020 10:55 AM
@Thomas-DeWitte What you are asking is not possible. You can currently deploy multiple WVD tenants, but they are all managed by a single AAD tenant. WVD uses a combination of AAD identity synchronized with either AAD DS or AD DS. Since WVD is using an Azure Service provided by a subscription, a subscription and its services can only be managed by a single AAD tenant. "WVD tenants" are really just a logical grouping inside the WVD service. It's confusing using "tenant" since we use that term to describe AAD instances and is probably why Microsoft is changing that term, in ARM WVD 2020, to "workspace".
Host Pools and session hosts are a child object of WVD tenants so they are locked to the same identity boundaries.
Aug 14 2020 06:10 PM