Forum Discussion
surajoberoi04
Apr 18, 2023Copper Contributor
ADF pipeline to Event hub
I am very new to Azure and have been trying some POC's on ADF pipeline. I stubbled across a use-case. Is there a way through which we can connect our ADF pipeline to Azure event hub. Assuming the use...
cpollock
May 18, 2023Copper Contributor
surajoberoi04 I would try out the Azure Event Hub Rest APIs to send an event to the Event Hub.
https://learn.microsoft.com/en-us/rest/api/eventhub/send-event
You could call this directly from an ADF pipeline using the Web Activity.