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
+10-19Lines changed: 10 additions & 19 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: 01/10/2024
8
+
ms.date: 02/08/2024
9
9
tags: connectors
10
10
# 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.
11
11
---
@@ -67,19 +67,9 @@ Both of the following actions can run a log query against a Log Analytics worksp
67
67
68
68
## Add an Azure Monitor Logs action
69
69
70
-
1. In the [Azure portal](https://portal.azure.com), open your logic app workflow in the designer.
70
+
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app and workflow in the designer.
71
71
72
-
1. In your workflow where you want to add the Azure Monitor Logs action, follow one of these steps:
73
-
74
-
- To add an action under the last step, select **New step**.
75
-
76
-
- To add an action between steps, move your pointer use over the connecting arrow. Select the plus sign (**+**) that appears, and then select **Add an action**.
77
-
78
-
For more information about adding an action, see [Build a workflow by adding a trigger or action](../logic-apps/create-workflow-with-trigger-or-action.md).
79
-
80
-
1. Under the **Choose an operation** search box, select **Standard**. In the search box, enter **Azure Monitor Logs**.
81
-
82
-
1. From the actions list, select the action that you want.
72
+
1. In your workflow where you want to add the Azure Monitor Logs action, follow these general steps to add an Azure Monitor Logs action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action).
83
73
84
74
This example continues with the action named **Run query and visualize results**.
85
75
@@ -134,12 +124,13 @@ Both of the following actions can run a log query against a Log Analytics worksp
134
124
135
125
1. For **Time Range**, select **Set in query**.
136
126
137
-
> [!NOTE]
138
-
>
139
-
> There are three options for **Time Range**
140
-
> - **Exact** -- start-time and end-time can be provided dynamically
141
-
> - **Relative** -- set relative value such as last hour, last 12 hour, etc.
142
-
> - **Set in query** -- applies when TimeGenerated filter is included in query
127
+
The following table describes the options for **Time Range**:
128
+
129
+
| Time Range | Description |
130
+
|------------|-------------|
131
+
| **Exact** | Dynamically provide the start time and end time. |
132
+
| **Relative** | Set the relative value such as the last hour, last 12 hours, and so on. |
133
+
| **Set in query** | Applies when the **TimeGenerated** filter is included in query. |
0 commit comments