Forum Discussion
How do you find the tenant ID?
- 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
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
Carsten Stahlberg Not easy to find at all, but thanks for the info.
- Girish_PrajwalSep 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