有没有办法将流分析输出写入 Azure documentdb

is there a way to write stream analytics output to Azure documentdb

我正在开发一个应用程序。我正在将数据推送到事件中心。从事件中心我需要使用流分析并将数据推送到 DOcumentdb 以进行分析。谁能指导我将数据从流分析推送到 documentdb。我可以看到 SQL 数据库、Blob 存储、事件中心、Power BI 预览、Table 存储、服务总线队列、仅服务总线主题的输出

编辑:此功能现已实现,DocumentDB 可用作流分析的接收器:http://blogs.msdn.com/b/streamanalytics/archive/2015/09/29/stream-analytics-updates-for-the-azure-iot-suite.aspx

是的,根据 feedback forum,这项工作已经在不久前开始,应该很快就会公开。请在那边分享更多关于你的场景的反馈,也许还有为什么 Azure Table 或 SQL 输出不令人满意。

谢谢!