【发布时间】:2021-07-22 18:33:33
【问题描述】:
我在 tenantA 中有 Azure 服务结构集群,它需要连接到 tenantB 中的 Azure 密钥保管库以加载一些连接字符串托管在其上的应用程序所需的
想试试下面的设置:
-
tenantA 中的 Service Fabric 集群和 tenantB 中的 Azure 密钥库之间建立握手是通过使用 Azure AD 应用程序属于 租户B。
-
将属于 tenantB 的 Azure AD 应用程序 ID 配置到 tenantA
中的 Azure Service Fabric 应用程序配置 -
将 Azure AD 应用程序 ID 添加到 tenantB
中 Azure 密钥保管库的访问策略中
通过此设置,Azure Service Fabric 集群和 Azure Key Vault 之间会发生握手吗?
(或)
Azure Service Fabric 集群、Azure Key Vault 和 Azure AD 应用程序必须在同一个租户中?
【问题讨论】:
标签: azure azure-active-directory azure-service-fabric azure-keyvault azure-security