Azure

Azure Architectures

Azure Resource Management Scopes

  • Tenant root (Policies and RBAC will be inherited)
  • Management group
    • Subscription
      • Resource Group
        • Resource

Azure Identifiers

  • Tenant ID: Azure AD instance
  • Resource ID: Full path to a resource
  • Application ID: Identifier for app registration and SP (synonym: Client ID)
  • Object ID: Unique for an app and each of its SPs

Links