用于失败连接和缓慢运行查询的Azure逻辑应用程序

发布于 2025-01-23 16:13:38 字数 255 浏览 0 评论 0原文

任何人都可以建议如何为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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文