Azure 数据工厂和 SharePoint [英] Azure Data Factory and SharePoint

查看:17
本文介绍了Azure 数据工厂和 SharePoint的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 SharePoint Online 中存储了一些 Excel 文件.我想将 SharePoint 文件夹中存储的文件复制到 Azure Blob 存储.

I have some Excel files stored in SharePoint online. I want copy files stored in SharePoint folders to Azure Blob storage.

为了实现这一点,我使用 Azure 门户在 Azure 数据工厂中创建了一个新管道.使用 Azure 数据工厂管道将文件从 SharePoint 复制到 Azure blob 存储的可能方法有哪些?

To achieve this, I am creating a new pipeline in Azure Data factory using Azure Portal. What are possible ways to copy files from SharePoint to Azure blob store using Azure Data Factory pipelines?

我查看了 Azure 数据工厂管道中的所有链接服务类型,但找不到任何适合连接到 SharePoint 的类型.

I have looked at all linked services types in Azure data factory pipeline but couldn't find any suitable type to connect to SharePoint.

推荐答案

您可能必须使用中间技术并让数据工厂调用它,而不是直接从数据工厂访问 SharePoint 中的文件.您有几个选择:

Rather than directly accessing the file in SharePoint from Data Factory, you might have to use an intermediate technology and have Data Factory call that. You have a few of options:

  1. 使用逻辑应用移动文件
  2. 使用 Azure功能
  3. 使用自定义活动并编写您自己的 C# 来复制文件.

要从 ADF 调用逻辑应用程序,您使用网络活动.您可以直接调用 Azure 函数 现在.

To call a Logic App from ADF, you use a web activity. You can directly call an Azure Function now.

这篇关于Azure 数据工厂和 SharePoint的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆