application insights
2 TopicsFeature Request - Make Application Insights Smart detection more real time.
We would like to request the Application Insights Smart detection alert rules (especially exception Anomalies) to be more real time. We noticed these Smart detection alert rules only have daily frequency that reviews the data for the previous day from day 0 00:00AM to day 1 00:00AM UTC. We had large exceptions occurred at day 0 00:01 AM UTC and the alert was not received until day 1. We feel 24 hours+ delay it's not quite useful especially when it comes to exception detection. We could use normal alert for exceptions but a more near real timed smart detections would be more helpful and easy for customer to use, so we want to submit this feature request.1.9KViews0likes1CommentLogic Flow name in Azure Log Analytics
dependencies | where type == "Ajax" | where success == "False" | where name has "logicflows" | project timestamp, name, resultCode, duration, type, target, data, operation_Name, appName | order by timestamp desc This KQL query in Azure Application Insights> Azure Log Analytics is used to get errors for logicflows. It returns the data but, I cannot see the logicflow name or ID anywhere. Is there any way to fetch logicflow ID? The azure app insight is registered for a power app, where we are using automate flows to call apis. We need the flow's name in analytics. I tried looking the database, there is no field for logic flow's name or ID. Though when seen in user>sessions, it shows name in requestHeaders.304Views0likes0Comments