Reputation: 55
I have many CSV file stored in Azure blob storage container, I need those file from azure blob storage and dump into azure event hub using azure logic app.
Scenarios:
Upvotes: 0
Views: 734
Reputation: 6796
Please refer to my logic app:
You can use When a blob is added or modified (properties only) as trigger.
Then use Get blob content to get content of your blob, within for each
, you need to use send event.
The detail of send event 2
:
Upvotes: 1