Where do I find the Tenant ID for a particular account

Rebeiro, Raymond 0 Reputation points
2024-03-15T13:00:22.27+00:00

What would be the Tenant ID for UK based Coca Cola European Partners (CCEP) now known as Coca Cola Europacific Partners (CCEP)?

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
617 questions
Azure Content Delivery Network
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,599 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 15,676 Reputation points
    2024-03-15T17:51:16.2533333+00:00

    You need to have the permission for it. You have 3 methods :

    1. Azure Portal:
      • Select "Azure Active Directory" from the services list.
      • In the Azure AD directory's overview page, you'll find the Tenant ID (referred to as "Directory ID")
    2. Azure CLI:
      • Run the command: az account show --query tenantId
      • This will display the Tenant ID of the account you're logged into
    3. PowerShell:
      • Run: Get-AzTenant | Select-Object Id
      • This will list the Tenant IDs associated with your subscriptions
    0 comments No comments