用于失败连接和缓慢运行查询的Azure逻辑应用程序
任何人都可以建议如何为Azure中的连接失败连接创建逻辑应用程序,以自动发送邮件,启用日志分析中的诊断设置,用于失败的连接需要与用户名和IP地址的连接发生故障。
AzureDiagnostics
| where event_class_s == "connection_log"
and event_subclass_s == "DISCONNECT"
还需要通过Logic应用自动化以在MySQL Server中缓慢运行查询。
can anyone suggest how to create the logic app for failed connections in azure to send mail automatically, diagnostics setting in logs log analytics enabled, for failed connection need how many failed connections with username and ip address.
AzureDiagnostics
| where event_class_s == "connection_log"
and event_subclass_s == "DISCONNECT"
also need to automate through logic app for slow running queries in mysql server any suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论