在Azure门户中哪里可以找到Logic App的受限制事件?

问题描述

我想借助Azure Monitor警报来监视Azure Logic应用程序。在警报中,我遇到了指标 PageTurn( key: _controller,backgroundColor: Colors.white,children: <Widget>[ PageTurnImage( image: MemoryImage(snapshot.data.bytes),),PageTurnImage( image: MemoryImage(snapshot.data.bytes),],); ,该指标最近几天显示了一些数字。但是我找不到任何可以解决该问题的事件。是否可以在Azure门户中查看实际运行受限制的事件?

解决方法

您将需要为Logic Apps设置诊断日志记录,请参见here

完成日志的设置和初始遍历后,如果有兴趣想通过此日志数据查看更高级的查询,请转到here

特别是在节流方面,您需要查看this。另外,还要查看here中为Logic Apps设置的限制。