azure - Azure 数据工厂中的复制事件替代方案

标签 azure azure-functions azure-data-factory azure-databricks

我有 Azure 数据工厂中 Web 事件的输出,我想将数据存储在 Blob 存储中。 除了复制事件和函数应用程序之外,还有其他方法可以用来将数据存储在 Blob 存储中吗?

最佳答案

是的,您可以使用以下方式将数据存储在 Blob 存储中。

使用 PUT 方法将 Web 事件输出存储到 Blob 存储。

第 1 步:使用 Web 事件正文作为 @activity('Web1').output

enter image description here

或者,如果您想传递“数据”(取决于变量名称)而不是 header ,请使用 @activity('Web1').output.data

enter image description here

第 2 步:对于身份验证,选择托管身份,资源应为 https://storage.azure.com/

enter image description here

有关信息,请点击此链接 - Azure Data Factory Web activity save output

关于azure - Azure 数据工厂中的复制事件替代方案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68757647/

相关文章:

c# - CloudBlob.OpenRead() 未读取所有数据

powershell - 使用 Azure Powershell 或 Azure CLI 创建 Log Analytics 警报

git - Azure DevOps Git : Fork into another Repo using Azure DevOps REST API

facebook - 使用Azure的Facebook Messenger Bot主动/推送通知

node.js - 有没有办法在 Azure Functions 中做出响应并继续使用 NodeJ?

Azure 函数配置可记录所有内容,无需对 Application Insights 进行任何采样

azure-blob-storage - 从逻辑应用读取 blob 内容

Azure 数据工厂 - 使用存储事件触发器时排除容器内的文件夹

azure-data-factory - 是否有一项规定可以根据 Azure 映射数据流中的连续性对中断序列进行分组

ios - Azure 离线数据同步性能