Hi Sophie cool, thanks for the info. So; you are in part right. Horizon Cloud Service on Microsoft Azure does not natively support Azure Active Directory (AAD). ie, it cannot directly use AAD...
See more...
Hi Sophie cool, thanks for the info. So; you are in part right. Horizon Cloud Service on Microsoft Azure does not natively support Azure Active Directory (AAD). ie, it cannot directly use AAD for everything that Horizon Cloud Service needs. Specifically, when creating Farms for desktops/apps then we need to register machines in a domain. AAD provides an identity only. Also, our servers and agents talk LDAP rather than the RestAPI that AAD requires. HOWEVER, (and my white paper covers this in more detail), you can if appropriate make use of Azure Active Directory Domain Services (AAD-DS). This is something that acts as a managed AD service and runs in Azure (Microsoft take care of operating it, including patching etc), and it sync's its identity from AAD. There are some things to take note of here though; must have password hashing enabled in a specific way; if not, you will need all users to reset their passwords for the hashes to be regenerated for use with AAD-DS. Also, AAD-DS provides a flat hierarchy, and I do not believe it replicates any OU structure from on-premises. ie Azure then becomes like an island domain. This isnt specific to Horizon Cloud Service, and Im by no means an expert on all the options available here. But, certainly connecting What I would reccomend you investigate is configuring like this: Install AAD-Connect on premise - this will replicate your user identities to AAD (without the dependency on the VPN) Use AAD to provide common cloud identity Make use of AAD-DS to replicate that identity and allow that to be used by Horizon Cloud Service on Azure Make use of the VPN only for end user connections back to base - for data and/or any on premises hosted services/backends. https://docs.microsoft.com/azure/active-directory-domain-services/active-directory-ds-overview is a really good overview to the AAD-DS feature of Azure. as mentioned though, this isn't the only way for AD to be connected into the system. Hosting it locally, or connecting to on prem via VPN are viable options too. I will share the white paper link when it is published later this week, hope this helps, cheers peterb