在 azure DataLake 中创建文件时向 Azure 事件中心生成事件

Generate Event to Azure Event Hub on a file creation in azure DataLake

我有一个要求,每当在 Azure Datalake 容器中创建新文件时,我需要将文件元数据信息(如文件名、文件路径等)发送到 Azure 事件中心/Azure 事件网格。 什么是理想的方式来做到这一点?这个用例有现成的解决方案吗?

过滤事件可以参考这里reacting to Blob storage events and find some Tutorials and how-tos

示例- Microsoft.Storage.BlobCreated for Use Azure Event Grid to route Blob storage events to web endpoint (Azure portal)