Hi Daniel Greenwood,
Additional points to consider with AVD, FSLogix, and GPOs Using AAD DS:
- AADDS does support Group Policies. However, there is no GPO replication from on-prem; you must recreate the policies you need in the managed directory service. If you change one on-prem, you must perform the same change in the managed Directory. In your FSLogix-heavy setup, this becomes tedious and increases the risk of Policy drift, Misconfigurations and Inconsistent user experience.
- There are no capabilities for Geo-distributed deployments. Your managed AADDS is limited to the virtual network on which you deployed it. For your multi-region AVD host pool, this is a critical limitation.
- The replication from your Azure AD tenant to AADDS is a one-way replication. There are no capabilities for Geo-distributed deployments. Your managed AADDS is limited to the virtual network on which you deployed it. You can go around that problem by setting up VPNs and peered virtual networks, but it adds considerably more complexity to your environments.
As said by Marcin Policht the main drawbacks would be limited Group Policy support and lack of certain features (like app attach) that could impact the usability of your applications, especially traditional ones.
Do we need a domain controller VM if we want to use AD DS?
AD DS is not a service; it’s a role you must install and run on Windows Server — which means you need to deploy and manage DC VMs.
If you want to use Active Directory Domain Services (AD DS) in the traditional sense (i.e., Windows Server Active Directory), you must have at least one domain controller VM running AD DS. The domain controller is essential for providing authentication, authorization, LDAP, Kerberos, and group policy services within your domain environment. Best practices recommend deploying at least two domain controller VMs for high availability, ideally in different availability zones.
https://learn.microsoft.com/en-us/azure/architecture/example-scenario/identity/adds-extend-domain
https://techcommunity.microsoft.com/blog/itopstalkblog/what-are-the-differences-between-azure-active-directory-and-azure-active-directo/917392
Hope it helps!
Let me know if you have any further queries!
If the information is helpful, please click "upvote" to let us know.