gpt4 book ai didi

azure - 如何使用 Azure Powershell 检索应用程序系统分配的标识对象 ID

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

我正在使用 Azure Powershell 3.8.0

我正在尝试获取在此屏幕中可以看到的对象 ID:

Identity

我尝试使用以下内容:

PS> (Get-AzResource -Name  "func-example").Identity.PrincipalId

但它与对象 ID 不匹配。

然后还有:

PS> (Get-AzWebApp -Name  "func-example" -ResourceGroupName RGNAME).Identity

但也不匹配

有人知道如何使用 Azure Powershell 获取该 ID 吗?

最佳答案

你可以做this ,

使用 PowerShell:

Get-AzADServicePrincipal -DisplayName 'func-example'

使用 CLI:

az ad sp list --display-name 'func-example'

关于azure - 如何使用 Azure Powershell 检索应用程序系统分配的标识对象 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61805127/

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