Power Platform Data Gateways 本地数据网管

PP 提供不仅是帮助大家提供了web API的接口(custom connector) 也提供了on premise的连接方式 Gateway.

配置gateway不难,我们只用跟着下面的流程去配置即可.

首先我们需要下载gateway工具

然后我们需要安装gateway

安装成功之后,我们要使用PP平台的账户做gateway连接

其次我们要确定我们可以访问login的页面. 把页面添加到访问白名单中

当我们登录账户之后, 我们可以注册一个新网关

我们需要给op vm起名字并且设定密码

 配置成功之后我们就可以和当前vm搭建好的gateway

我们可以在gateway里看到配置好的网管

我们可以用配置好的gateway做什么?

我们可以用gateway做以下的connector

  • Apache Impala
  • DB2
  • File System
  • Http with Azure AD
  • Informix
  • MySQL
  • Oracle Database
  • PostgreSQL
  • SharePoint
  • SQL Server
  • Teradata

SQL Server

我们可以用gateway 配置 SQL Server

 SharePoint

Custom Connector

我们可以配置custom connector, 这样在flow中就可以使用custom connector.

原文地址:https://www.cnblogs.com/TheMiao/p/14066966.html