Forum Discussion
Eric Adler
Jul 21, 2017Iron Contributor
How do you find the tenant ID?
Looking for my tenant ID. It is an illusive ID. All the info have found seem to reference the prior version of the Azure portal.
- Jul 21, 2017
Hi Eric,
actually it is pretty easy to find if you know what to look for.
Go to Portal.azure.com > Azure Active Directory > Properties. The directory ID it shows there is your tennant ID.
https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/Properties
Texas_DeLuxe
Aug 04, 2019Copper Contributor
Carsten Stahlberg Not easy to find at all, but thanks for the info.
Girish_Prajwal
Sep 09, 2019Copper Contributor
Simple way is to type this Azure command from Azure Web explorer.
get-AzSubscription
This will list down all the Subscriptions associated with Tenant and its ID.
Regards,
Girish Prajwal