是否可以从Power App触发ADF管道?

问题描述 投票:0回答:1

我想知道是否可以从Microsoft Power App触发Azure数据工厂管道,如果可以,如何配置它?

  • 我无法在Azure数据工厂中找到PowerApp连接器触发器
  • 我无法在Azure Logic应用中找到PowerApp连接器触发器
  • 我有使用Azure的经验,但没有有关PowerApps的经验

如果您对我有任何想法或信息,那就太好了。

谢谢!

triggers azure-data-factory azure-logic-apps powerapps
1个回答
1
投票

您可以使用REST API触发Azure数据工厂管道,如下所示:

以下示例命令显示了如何通过手动使用REST API运行管道:

POST  
https://management.azure.com/subscriptions/mySubId/resourceGroups/myResourceGroup/providers/Microsoft.DataFactory/factories/myDataFactory/pipelines/copyPipeline/createRun?api-version=2017-03-01-preview

更多信息:Pipeline execution and triggers in Azure Data FactoryManual execution (on-demand)REST API

© www.soinside.com 2019 - 2024. All rights reserved.