The errors won't harm anything - you can move the groups out of scope (i.e.: to another OU that isn't synced) if they truly bother you, otherwise you can ignore them.
Azure Ad connect sync errors for groups that have too many members
I configured a new staging area and have done full import. During a full synchronization I have two "Sync-rule-error-function-triggered" errors. The groups both have over 290k members so I am pretty sure it is due the size. Nothing in Azure ad currently depends on those groups and I don't plan on using them in Azure ad. Should I just ignore the errors or do I need to address them somehow?
Microsoft Security | Microsoft Entra | Microsoft Entra ID
-
Danny Zollner 10,816 Reputation points Microsoft Employee Moderator2022-07-27T03:49:28.173+00:00
1 additional answer
Sort by: Most helpful
-
Dillon Silzer 60,736 Reputation points Volunteer Moderator2022-07-27T01:47:41.473+00:00 The limit for members in a group is 50,000.
You can use Azure AD Connect sync V2 endpoint API to sync groups up to 250,000 members. I recommend breaking down those groups into smaller numbers to handle the synchronization.
https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-endpoint-api-v2
----------------------
If this is helpful please mark as correct answer.