是否可以从 Power App 触发 ADF 管道?
Is it possible to trigger ADF pipeline from Power App?
我想知道是否可以从 Microsoft Power App 触发 Azure 数据工厂管道,如果可以,如何配置它?
- 我无法在 Azure 数据工厂中找到 PowerApp 连接器触发器
- 我无法在 Azure 逻辑应用程序中找到 PowerApp 连接器触发器
- 我有使用 Azure 的经验,但没有使用 PowerApps 的经验
如果您对我有任何想法或信息,那就太好了。
谢谢!
您可以像这样使用 REST API 触发 Azure 数据工厂管道:
The following sample command shows you how to run your pipeline by using the REST API manually:
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 Factory → Manual execution (on-demand) → REST API
现在有一个 PowerApps 连接器可用于创建管道 运行:https://docs.microsoft.com/en-us/connectors/azuredatafactory/#create-a-pipeline-run
我想知道是否可以从 Microsoft Power App 触发 Azure 数据工厂管道,如果可以,如何配置它?
- 我无法在 Azure 数据工厂中找到 PowerApp 连接器触发器
- 我无法在 Azure 逻辑应用程序中找到 PowerApp 连接器触发器
- 我有使用 Azure 的经验,但没有使用 PowerApps 的经验
如果您对我有任何想法或信息,那就太好了。
谢谢!
您可以像这样使用 REST API 触发 Azure 数据工厂管道:
The following sample command shows you how to run your pipeline by using the REST API manually:
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 Factory → Manual execution (on-demand) → REST API
现在有一个 PowerApps 连接器可用于创建管道 运行:https://docs.microsoft.com/en-us/connectors/azuredatafactory/#create-a-pipeline-run