You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/connectors-azure-monitor-logs.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 04/15/2025
8
+
ms.date: 12/09/2025
9
9
# Customer intent: As a developer, I want to get log data from my Log Analytics workspace or telemetry from my Application Insights resource to use with my workflow in Azure Logic Apps.
10
10
---
11
11
@@ -41,7 +41,9 @@ Both of the following actions can run a log query against a Log Analytics worksp
41
41
42
42
## Limitations
43
43
44
-
- The connector has the following limits, which your workflow might reach, based on the query that you use and the size of the results:
44
+
- Visualizations on the Logs page and the connector use different charting libraries. So, the connector currently doesn't include some functionality.
45
+
- Query data in Basic and Auxiliary plans isn't supported by Azure Monitor Logs connector.
46
+
- The connector has the following query limits. To avoid limits, try aggregating data to reduce the results count or volume, or adjusting the workflow recurrence to run more frequently across a smaller time range.
45
47
46
48
| Limit | Value | Notes |
47
49
|-------|-------|-------|
@@ -50,10 +52,6 @@ Both of the following actions can run a log query against a Log Analytics worksp
50
52
| Max connector timeout | 110 seconds ||
51
53
| Max query timeout | 100 seconds ||
52
54
53
-
To avoid reaching these limits, try aggregating data to reduce the results size, or adjusting the workflow recurrence to run more frequently across a smaller time range.
54
-
55
-
- Visualizations on the Logs page and the connector use different charting libraries. So, the connector currently doesn't include some functionality.
56
-
57
55
## Prerequisites
58
56
59
57
- An Azure account and subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
0 commit comments