I have a c# code which processes real time data and returns some calculations. How can I deploy this c# dll to azure stream analytics? Any help, recommendations or documents would be very appreciated. Many thanks
As far as I know, the stream analytics now doesn't support calling the function from the C# dlls. I suggest could try to use the JavaScript user-defined functions.
Azure Stream Analytics supports user-defined functions written in JavaScript. With the rich set of String, RegExp, Math, Array, and Date methods that JavaScript provides, complex data transformations with Stream Analytics jobs become easier to create.
Besides, I suggest you could send a feedback at this site to suggest azure team to include this feature.