azure - 哪个事件用于在 Azure Blob 存储中移动文件

标签 azure azure-data-factory

我使用数据工厂将数据从 Blob 存储中可用的 csv 文件移动到 Azure SQL DB。该过程完成后,我需要将处理后的 csv 文件移动到 Blob 存储中的其他位置。

我需要使用什么类型的事件和类型来执行此任务。

最佳答案

Azure Data Factory supports built-in activities such as Copy Activity and HDInsight Activity to be used in pipelines to move and process data. You can also create a custom .NET activity with your own transformation/processing logic and use the activity in a pipeline. You can configure the activity to run using either an Azure HDInsight cluster or an Azure Batch service.

这是a link

关于azure - 哪个事件用于在 Azure Blob 存储中移动文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33016124/

相关文章:

Azure 认知搜索 - 语义搜索配置错误

azure - 如何在json文件中引用环境变量

azure - 如何在数据流事件中动态执行 SQL 查询

Azure 数据工厂压缩而不创建文件夹

python - Azure DataBricks导入错误: cannot import name dataclass_transform

Azure 数据工厂数据流不存在 JSON 格式的空值

azure - Centrify 和 Azure,因为 IDP 在单点注销时不会返回 LogoutResponse

c# - Azure 通知中心 .net api 无法异步工作

azure - 我们如何从 VSTS 发布管道部署 ADF 项目?

azure - 如何使用postman调用azure graph api