Thank you for your post!
To hopefully help point you in the right direction or resolve your issue, I'll share a summary below explaining the relationship between Azure Subscriptions and Azure Active Directory tenants.
Azure Active Directory:
Azure Active Directory is a cloud-based identity and access management service. An Azure AD Tenant is a dedicated and trusted instance of Azure Active Directory which will include your users, groups, and applications.
- As you mentioned - you were able to create multiple Azure AD tenants. Each of these tenants will have their unique users, groups, and applications separate from your other tenants.
Introduction to Azure Active Directory Tenants
Azure Subscription:
An Azure Subscription is associated to an Azure Offer (i.e. free trial or pay-as-you-go), will contain your payment information, scale limits (i.e. resource deployment limit), any administrative boundaries (i.e. policies), and will be the container for your Azure resources.
Relationship between Azure Subscriptions and Azure Active Directory tenants:
When it comes to the relationship between these two services - Azure subscriptions have a trust relationship with an Azure Active Directory instance (Azure AD tenant). Subscriptions rely on this relationship with Azure AD to authenticate and authorize users, groups, applications, etc.
Note: As shown in above, Azure AD can have a 1:M relationship, but a Subscription can only trust one Azure AD tenant.
Related Stack Overflow Issue:
Additional Links:
- Azure fundamental concepts
- What is Azure Active Directory?
- Associate or add an Azure subscription to your Azure Active Directory tenant
I hope this helps!
If you have any other questions, please let me know. Thank you for your time and patience throughout this issue.
If the information helped address your question, please Accept the answer. This will help us and also improve searchability for others in the community who might be researching similar information.