gpt4 book ai didi

azure - 从 Azure Active Directory 获取订阅的 TenanId

转载 作者:行者123 更新时间:2023-12-03 01:42:38 25 4
gpt4 key购买 nike

我有一个要求,我需要获取给定订阅的tenantDirectoryId。我可以找到一个rest get api https://management.azure.com/subscriptions/[subscription]/versions ...

对此的错误响应给出了租户目录。

有没有更好的方法来获取订阅ID的目录。

最佳答案

截至目前(2018 年 6 月 7 日),一种简单的方法是在 Azure 门户的 Azure Cloud Shell 中运行 az account show(需要存储帐户)。

--- 命令 ---

az account show

--- 命令输出 ---

{
"environmentName": "AzureCloud",
"id": "{Subscription Id (GUID)}",
"isDefault": true,
"name": "{Subscription Name}",
"state": "Enabled",
"tenantId": "{Tenant Id (GUID)}",
"user": {
"cloudShellID": true,
"name": "{User email}",
"type": "user"
}
}

有关 Azure Cloud Shell 的更多详细信息,请参阅此文档:https://learn.microsoft.com/en-us/azure/cloud-shell/overview

关于azure - 从 Azure Active Directory 获取订阅的 TenanId,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51424976/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com