Azure 逻辑应用 + WCF 中继?
Azure Logic Apps + WCF Relay?
我几乎要放弃了 - 如何将逻辑应用程序连接到本地服务总线 WCF 中继 运行?
按照 MSDN/MS 文档上的(不完整)教程,我成功创建了一个主机和客户端应用程序,它们通过 Azure WCF 中继相互通信。现在,我想要一个逻辑应用程序与我的开发箱上的主机通信。
我该怎么做?
以下是连接到 on-prem 数据源的方法:
如果可以通过 Internet 访问服务,则可以从 Azure 逻辑应用程序通过 HTTP 或 HTTPS 调用服务端点。本文将帮助您详细了解要遵循的步骤:https://docs.microsoft.com/en-us/azure/connectors/connectors-native-http
如果无法通过 Internet 访问,那么本文将帮助您逐步完成流程:https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-gateway-connection
在您可以从您的逻辑应用程序访问本地数据源之前,您需要在安装可用于 Azure 逻辑应用程序的 on-premises data gateway on a local computer. Your logic apps then use this Azure gateway resource in the triggers and actions provided by the on-premises connectors 之后创建一个 Azure 资源。
同时勾选 this
我几乎要放弃了 - 如何将逻辑应用程序连接到本地服务总线 WCF 中继 运行?
按照 MSDN/MS 文档上的(不完整)教程,我成功创建了一个主机和客户端应用程序,它们通过 Azure WCF 中继相互通信。现在,我想要一个逻辑应用程序与我的开发箱上的主机通信。
我该怎么做?
以下是连接到 on-prem 数据源的方法: 如果可以通过 Internet 访问服务,则可以从 Azure 逻辑应用程序通过 HTTP 或 HTTPS 调用服务端点。本文将帮助您详细了解要遵循的步骤:https://docs.microsoft.com/en-us/azure/connectors/connectors-native-http
如果无法通过 Internet 访问,那么本文将帮助您逐步完成流程:https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-gateway-connection
在您可以从您的逻辑应用程序访问本地数据源之前,您需要在安装可用于 Azure 逻辑应用程序的 on-premises data gateway on a local computer. Your logic apps then use this Azure gateway resource in the triggers and actions provided by the on-premises connectors 之后创建一个 Azure 资源。
同时勾选 this