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)?

Azure Content Delivery Network
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,661 questions
Microsoft Security | Microsoft Identity Manager
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 34,651 Reputation points Volunteer Moderator
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.