How to get the azure account tenant Id?

后端 未结 21 1461
故里飘歌
故里飘歌 2020-11-30 17:47

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

21条回答
  •  悲哀的现实
    2020-11-30 18:28

    If you have Azure CLI setup, you can run the command below,

    az account list
    

    or find it at ~/.azure/credentials

提交回复
热议问题