流到事件中心
有没有办法将云服务(扩展支持)或(经典)诊断日志直接发送到事件中心?当我尝试从Visual Studio启用诊断时,发送日志的唯一可用选项是存储帐户和应用程序洞察力。 配置示例
Is there a way to send the Cloud Service(extended support) or (classic) diagnostics logs directly to event hub? When I try to enable the diagnostics from Visual Studio the only options available to send the logs are Storage account and Application Insights.
Configuration example
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的情况的解决方案是将日志导出到存储帐户,然后我创建了一个Blob触发功能,将日志摄入事件集线器
The solution for my case was to export the logs to a storage account and then I created a blob trigger function that ingested the logs into event hub