Azure – Difference between Azure tenant and directory

azuredirectory

Are Azure "tenant" and "directory" different things, or different names for the same thing?

According to the documentation, a tenant is a container within Azure associated with a company or group of people, and a directory is a container; all directories are mutually exclusive, i.e. what you do in one directory does not affect any other.

So is there any difference or are they the same thing?

I look forward to some clarification.

Thanks in advance!

Best Answer

Overview:


How to create a new directory and tenant:

  1. To create a new directory in your tennant, go to "Create a resource" -> "Azure Active Directory".
  2. Next fill out the form to create the new directory and press the create button.
    This will create a new directory and a new tenant.
  3. Switch to the new directory by using the switch directory link in the directory switcher: How to switch directories

Term Clarification:

  • Multi-Tenant: A resource configuration where resources can access multiple tenants. E.g. users can exist in multiple tenants
  • Single tenant: A resource configuration where the operation is isolated to the current tenant and has no external dependencies.
  • Customer: A customer is a single entity that pays for one or more subscriptions/Enterprise Agreements. They can control more than one tenant/directory. E.G. Contoso Ltd., Fabrikam, Inc., WingDing Toys, etc.