简体   繁体   English

从逻辑应用触发 Azure 操作组

[英]Trigger Azure Action Group from a Logic App

I have a Logic App running every minute that checks the time that data was last received in a table.我有一个逻辑应用程序每分钟运行一次,用于检查表格中最后一次接收数据的时间。 If it has been enough time since the data was updated I want to receive an alert.如果自数据更新以来已经有足够的时间,我想收到警报。 I really like the Action Groups used by the Alerts in Azure. They are clean and have lots of options like email, SMS, and Phone.我真的很喜欢 Azure 中的警报使用的操作组。它们很干净,并且有很多选项,例如 email、SMS 和电话。 How can I trigger an Action Group from my Logic App?如何从我的逻辑应用程序触发操作组?

I know I can recreate the email, SMS, and Phone connections in the Logic App, but then it's harder to maintain.我知道我可以在逻辑应用程序中重新创建 email、SMS 和电话连接,但这样就更难维护了。 I'm already using the same Action Group for other Alerts.我已经在为其他警报使用相同的操作组。 It would be easier to maintain if I could reuse this Action Group.如果我可以重用这个 Action Group,那么维护起来会更容易。

There is ton online about triggering a Logic App from an Action Group.网上有大量关于从操作组触发逻辑应用程序的内容。 This is NOT what I'm trying to do.这不是我想要做的。 I want the reverse.我要反过来。 I want to trigger an Action Group from a Logic App.我想从逻辑应用程序触发操作组。

How can I trigger an Action Group from my Logic App?如何从我的逻辑应用程序触发操作组?

Currently as per the documentation We can trigger a particular logic app using the action group but there is no way to trigger a particular action group using logic app.目前根据文档,我们可以使用操作组触发特定的逻辑应用程序,但无法使用逻辑应用程序触发特定的操作组。

It would be easier to maintain if I could reuse this Action Group.如果我可以重用这个 Action Group,那么维护起来会更容易。

Yes, you can use same action group in multiple alert mechanisms.是的,您可以在多个警报机制中使用相同的操作组。

Would suggest you to raise a feature request using this azure support link.建议您使用此azure 支持链接提出功能请求。

You should be able to send data to a custom log in Log Analytics from your Logic App using Azure Log Analytics Data Collector .您应该能够使用Azure Log Analytics 数据收集器将数据从您的逻辑应用程序发送到 Log Analytics 中的自定义日志。

Then you can use a Log Analytics query to evaluate resources logs every set frequency, and fire an alert based on the results.然后,您可以使用 Log Analytics 查询以设置的频率评估资源日志,并根据结果发出警报。 Rules can trigger one or more actions using Action Groups.规则可以使用操作组触发一个或多个操作。 - see Create, view, and manage log alerts using Azure Monitor . - 请参阅使用 Azure Monitor 创建、查看和管理日志警报

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我们如何在 Azure 中创建 1 个操作组来触发多个订阅的逻辑应用 - How can we create 1 action group in Azure to trigger a logic app for multiple subscriptions 如何从 Google pubsub 服务触发 azure 逻辑应用 - How to trigger azure logic app from Google pubsub service Azure 逻辑应用触发 REST API Azure API 管理 - Azure Logic App trigger a REST API in Azure API Manegement 在 Azure Function 运行时使用 Logic App Standard 触发执行警告 - Trigger execution warnings with Logic App Standard on Azure Function Runtime 有没有办法在删除 Azure SQL 表中的记录时触发逻辑应用程序? - Is there a way to trigger a Logic App on a deletion of a record in an Azure SQL table? Azure 逻辑应用程序 HTTP 操作步骤 - 动态获取 endOfDate 日期 - Azure Logic App HTTP Action step - dynamically get endOfDate date 是否可以在 Azure 逻辑应用程序工作流中触发 Azure function 和 Python 运行时? - Is it possible to trigger an Azure function with Python runtime inside a Azure Logic App workflow? 使用事件网格,是否可以在 Azure 中创建/删除资源时触发逻辑应用程序? - Using Event Grid, is it possible to trigger a logic app when a resource is created/deleted in Azure? 是否有将 azure 逻辑应用程序从一个帐户迁移到另一个帐户的过程 - Is there a procedure for migrating azure logic app from one account to another account 如何使用Azure Bicep将已有的Logic APP部署到另一个资源组 - How to use Azure Bicep to deloy existing Logic APP into Another resource group
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM