How to get the azure account tenant Id?

后端 未结 21 1407
故里飘歌
故里飘歌 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:40

    xxx@Azure:~$ az ad sp create-for-rbac
    Retrying role assignment creation: 1/36
    {
      "appId": "401143c2-95ef-4792-9900-23e07f7801e7",
      "displayName": "azure-cli-2018-07-10-20-31-57",
      "name": "http://azure-cli-2018-07-10-20-31-57",
      "password": "a0471d14-9300-4177-ab08-5c45adb3476b",
      "tenant": "e569f29e-b008-4cea-b6f0-48fa8532d64a"
    }
    

提交回复
热议问题