Azure Resource Management Hierarchy
Azure Resource Management Hierarchy
The organization structure in Azure consists of the following levels from top to bottom:
1) Azure AD Tenant
Each Azure AD tenant has a unique domain name, typically in the form of TENANT_NAME.onmicrosoft.com, which is used for user sign-in and to access the Azure AD administration portal. Organizations can also add custom domains to Azure AD for branding purposes.
Overall, an Azure AD tenant serves as the identity backbone for an organization's cloud-based and hybrid infrastructure, providing centralized identity and access management capabilities across various services and applications.
TIP: As the core of authentication and authorization, Azure AD is a prime target for information gathering, as well as different identity-based attacks.
2) Root Management Group
3) Child Management Group
4) Subscription
5) Resource Group
6) Resources
Last updated