Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Is The Difference Between An Azure Tenent, Azure Directory and Azure Active Directory?

Following on from this question, I don't understand what the difference between an Azure Tenant, Azure Directory and Azure Active Directory.

When I log in to Azure and click my profile it lets me Switch Directory.

In my case I can switch to my company directory and also to the directory of another company where I have guest credits.

Does Directory in this context mean the same as Azure Active Directory?

The documentation says a tenant is:

Azure tenant: A dedicated and trusted instance of Azure AD that's automatically created when your organization signs up for a Microsoft cloud service subscription, such as Microsoft Azure, Microsoft Intune, or Office 365. An Azure tenant represents a single organization.

So is Tenant the same as Directory in this case as well?

like image 327
opticyclic Avatar asked Dec 18 '22 16:12

opticyclic


1 Answers

Yes, in this case the tenant is the same as an Azure AD. In the Azure portal you are changing Azure Active Directories when you use the Switch Directory feature. You can currently only be in the context of a single directory at a time; however, as the previous question you pointed to indicates, multiple subscriptions can be tied to a tenant/directory. So when you are in the context of a directory you'll see all the subscriptions under that tenant to which you have access to one or more resources based on security.

To be fair, I use Azure AD Tenant/Azure AD Directory interchangeably. The Portal UI calls them directories; however, the properties on resources, REST APIs, CLI commands, etc. all refer to it as a tenant.

like image 121
MikeWo Avatar answered May 14 '23 19:05

MikeWo