I have a requirement where I need to send file metadata informations (like file name, file path etc.) to Azure Event Hub/ Azure Event Grid whenever a new file is created into Azure Datalake container. What would be ideal way to do it? Is there any out of box solution for this use case?
You can refer here to filter events reacting to Blob storage events and find some Tutorials and how-tos
Example- Microsoft.Storage.BlobCreated for Use Azure Event Grid to route Blob storage events to web endpoint (Azure portal)