My question is: Is it possible to get the azure active directory tenant id without using powershell command?
I found this two blogs and with this help, I\'m already
In PowerShell:
Add-AzureRmAccount #if not already logged in Get-AzureRmSubscription -SubscriptionName | Select-Object -Property TenantId