【发布时间】:2021-03-10 03:34:54
【问题描述】:
我在 Azure blob 存储容器中存储了许多 CSV 文件,我需要这些文件来自 azure blob 存储并使用 azure 逻辑应用转储到 azure 事件中心。
场景:
- 如果将任何新的 CSV 文件添加到存储容器中,则仅应从 blob 中提取该新文件并将其推送到事件中心。
- 如果任何旧文件仅更新了这些文件,则应使用 Azure Logic App 从 Blob 存储中获取新添加的文件。
【问题讨论】:
标签: azure azure-logic-apps azure-eventhub azure-eventgrid