Azure 流分析自定义 dll

Azure Streaming Analytics custom dlls

我有一个处理实时数据和 returns 一些计算的 C# 代码。如何将此 c# dll 部署到 Azure 流分析? 任何帮助、建议或文件将不胜感激。 非常感谢

据我所知,流分析现在不支持从 C# dll 调用函数。我建议可以尝试使用 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.

此外,我建议您可以在此 site 发送反馈,建议 azure 团队包含此功能。