gpt4 book ai didi

azure - 使用 terraform 创建 azure 企业应用程序

转载 作者:行者123 更新时间:2023-12-02 07:34:14 25 4
gpt4 key购买 nike

如何使用 Terraform 创建 Azure 企业应用程序。我搜索了很多,我只能看到this但它是针对应用程序的,而不是针对企业应用程序的。

我和this-problem有同样的问题

最佳答案

有一个相同的issue 。您可以使用以下命令创建企业应用程序(服务主体):

resource "azuread_service_principal" "this" {
application_id = azuread_application.this.application_id
tags = [
"AppServiceIntegratedApp",
"WindowsAzureActiveDirectoryIntegratedApp",
]
}

企业应用定义:https://www.seb8iaan.com/the-difference-between-azuread-app-registrations-and-enterprise-applications-explained/

关于azure - 使用 terraform 创建 azure 企业应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66077870/

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