Tom Crosman
Tom Crosman

Reputation: 1285

Azure ActiveDirectory: How many groups max?

This is a two part question.

  1. What is the maximum number of Azure AD groups you can create?

  2. Is there a best practice? We have over 3000 groups, and I’m wondering if it’s slowing things down.

Upvotes: 1

Views: 1185

Answers (1)

Tony Ju
Tony Ju

Reputation: 15619

What is the maximum number of Azure AD groups you can create?

There is no specific limit about the number of groups. But there are limits about objects(include groups). A maximum of 50,000 objects can be created in a single directory by users of the Free edition of Azure Active Directory by default. See more details here.

Is there a best practice? We have over 3000 groups, and I’m wondering if it’s slowing things down.

The official documentation does not say that this number will affect performance. And I haven't seen any feedback about this.

Upvotes: 2

Related Questions