Sending data from a SQL table to service bus topic

Copper Contributor

Can someone guide me toget a good start with ADF. I have a task where I need to take rows from a SQL table, aggregate them into a single JSON string, and add that string to a servicebus topic. As as I can see there is no Servicebus activity so I need to use the REST activity. However can someone guide a brand new ADF dude, what is the high level components I need to use to do this everyday at a given time stamp? My guess is using a CopyData put it into a veriable somehow and then call a REST service. All input is welcome.

0 Replies