我正在使用Azure Powershell 3.8.0
我正在尝试获取在此屏幕上可以看到的对象ID:
我尝试使用以下内容:
PS> (Get-AzResource -Name "func-example").Identity.PrincipalId
但是它与对象ID不匹配。
然后:
PS> (Get-AzWebApp -Name "func-example" -ResourceGroupName RGNAME).Identity
但也不匹配
有人知道如何使用Azure Powershell来获取该ID吗?