I'm having some difficulty seeing the differences between an Azure account, management group, and tenant. They seem to have in common that all can contain multiple subscriptions. I get the idea of the subscription-- a billing unit, all charged to the same credit card, each subscription generating a different bill. A subscription appears to be a child entity to an account, a management group, and a tenant. So here's what I understand so far, although if you asked me to clearly delineate the differences between these I couldn't do it.
A tenant:
- Is associated with a certain identity, such as a person, company, etc
- Can contain multiple subscriptions
- Has a single Azure AD instance across all subscriptions within it
A management group:
- Can contain multiple subscriptions or other management groups
- Is, or is under, a root management group that has no "parent" management group and is alone at the top.
- Seems to be most relevant when interested in cascading (inherited) policies and permissions, but I'm not sure that this is a defining element
An account:
- Can contain multiple subscriptions
- Seems to be used within a single company, but I'm not sure that this is a defining element
So, there seems to be lots of overlap, and if you showed me a grouping I'm not sure whether I could tell which one I'm looking at, nor what questions I'd have to ask to figure it out. I think I'm a little clearer on tenants than the others, but even that's hazy. Thank you in advance.