从 Azure 事件中心和 Azure 服务总线主题获取消息并将它们放入 Azure 存储 Blob 时,我有哪些选择?

What are my options for taking messages from an Azure Event Hub and an Azure Service Bus Topic and placing them into an Azure Storage Blob?

我们需要将事件中心和主题中的消息提取到第三方系统中。但是,该系统尚不支持事件中心和主题,但支持 Blob 存储。我们想暂时将这些事件中心和主题消息放入 Blob。

我以为我可以为此使用数据工厂,但它似乎无法连接到事件中心或主题。

使用 Azure 平台,将来自事件中心和主题的消息放入 Blob 存储的选项有哪些?

解决方案是托管在 Azure 上(只能假设)还是 on-premises? 系统的负载是多少?我假设如果您要使用 EventHubs,那么会有大量消息。除了存储在 Storage Blob 中之外,您是否需要执行任何处理?你想和 PaaS/Serverless/VMs 一起去吗?

归根结底,没有最好的方法。时期。 您可以选择多种方案和选项。 在不知道您的场景的具体细节的情况下,很容易指出一个不一定正确的解决方案

您可以尝试将 Azure Functions 作为起点。它同时提供 EventHubs and ServiceBus incoming bindings and Storage Blob 输出绑定。