A cloud-based identity and access management service for securing user authentication and resource access
Hey Shahrukh! It sounds like you're having trouble validating dynamic group rules on your new admin account in Microsoft Entra. The error message "unable to complete due to service connection error dynamic group" can be quite frustrating, especially since it works fine on your primary account and for new groups.
Here are a few things you can check and try:
- Role and Permissions: Make sure that your second admin account has the necessary permissions. You should be a Global Administrator, Intune Administrator, or User Administrator in Microsoft Entra to manage dynamic groups. Sometimes, permission issues may arise even if roles appear to have been transferred.
- Membership Processing Status: Check the membership processing status of the dynamic group:
- Go to Azure Active Directory > Groups.
- Select your dynamic group and check the “Overview” page. Ensure the status is not “Processing Error” or “Update Paused.” If it shows “Processing,” you might need to wait as processing can take some time, especially with larger tenant sizes.
- Validation of Dynamic Membership Rules: Review the dynamic membership rules for the group:
- Ensure that the rules don't have unsupported attributes or incorrect syntax. Complex rules or unsupported attributes can lead to errors like this.
- Force Group Processing: To manually trigger a re-evaluation of the group membership, you can slightly modify the membership rule (e.g., adding or removing whitespace) to force it to process.
- Check Licensing: Make sure your tenant has the necessary Microsoft Entra ID P1 Premium license, as this is required to create and manage dynamic groups.
- Network and Access Issues: Since you mentioned that creating new groups works fine, it's less likely to be a network error, but do double-check your network security group rules if you're using Microsoft Entra Domain Services URLs.
If none of this resolves the issue, here are a few follow-up questions that might help us diagnose the problem further:
- Are you certain that your second admin account has all the necessary permissions similar to your primary account?
- Have you noticed any patterns with specific rules or attributes that cause this issue, or is it happening consistently across all groups?
- How are the dynamic groups set up regarding the attributes being used for their rules?
Feel free to provide more details, and I'll assist you further! Hope this helps!
References
- Create Dynamic Group
- Resolving Dynamic Group Membership Issues
- Understanding and Managing Dynamic Group Processing
- Troubleshoot Dynamic Groups
Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.