Skip to content

Commit 3b1d1db

Browse files
authored
Merge pull request #128003 from yossi-y/patch-8
Update date and clarify connector limitations
2 parents cfcdc09 + 7cd6e66 commit 3b1d1db

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

articles/connectors/connectors-azure-monitor-logs.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 04/15/2025
8+
ms.date: 12/09/2025
99
# 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.
1010
---
1111

@@ -41,7 +41,9 @@ Both of the following actions can run a log query against a Log Analytics worksp
4141

4242
## Limitations
4343

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.
4547

4648
| Limit | Value | Notes |
4749
|-------|-------|-------|
@@ -50,10 +52,6 @@ Both of the following actions can run a log query against a Log Analytics worksp
5052
| Max connector timeout | 110 seconds ||
5153
| Max query timeout | 100 seconds ||
5254

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-
5755
## Prerequisites
5856

5957
- 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

Comments
 (0)