Total number of directories in an Azure subscription

MVP

Hi ,

  I'd like to know how many directories can an Azure subscription have ? The way I see this is , we can have only one AAD directory where the user identities are stored and you can use that to access the resources which is tied to that subscription .Is my understanding correct or am I missing something here ? Please let me know . 

3 Replies

Hi Vignesh, 

 

Here is the limits for Azure Active Directory

 

https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits#active-directory-limits

 

There is no specified maximum number of directories on any official documentation I could find. However, looking at the document above a single user can belong to at least 500 so therefore you can have 500 directories at least in the azure account.

 

Regarding subscription, the following articles states that multiple subscriptions can trust the same Azure AD directory, but each subscription can only trust a single directory per article

 

https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-how-subscripti...

 

It also states that all of your users have a single "home" directory for authentication. However, your users can also be guests in other directories. You can see both the home and guest directories for each user in Azure AD. 

 

You control the access to resources with RBAC on the azure subscription

 

https://docs.microsoft.com/en-us/azure/role-based-access-control/role-assignments-portal

 

Hope that helps

 

Best, Chris 

Helped a lot .Thanks Chris 

Thanks Vignesh,

Glad it helped. If you feel that I have answered your question please feel free to mark it as the solution. I look forward to helping you further in the future thanks for being part of the community!

Best, Chris