我们如何获取Azure Function App的租户ID,客户端ID和客户端密钥?

时间:2020-09-07 11:08:56

标签: azure azure-functions azure-keyvault

我打算将密钥库用于Azure Function应用。

我正在使用.NET SDK。

  1. Azure.Security.KeyVault.Secrets
  2. Azure.Identity

示例:

.modal-content {
    background-color: transparent;
    color: white;
}

要在本地调试,

tenant_id,client_id和client_secret。

我怎么能得到这个?

1 个答案:

答案 0 :(得分:0)

我假设您已经在Function App中打开了身份验证。转到功能应用程序的应用程序注册,有关获取Client IdTenant IdClient Secret的步骤,您可以参考this和{{3 }}。