Skip to content

Commit 463ebe3

Browse files
Merge pull request #265784 from ecfan/patch-1
Azure Logic Apps: Azure Monitor Logs connector - Formatting edits and updates for maintainability
2 parents a912c67 + 80091dc commit 463ebe3

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

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

Lines changed: 10 additions & 19 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: 01/10/2024
8+
ms.date: 02/08/2024
99
tags: connectors
1010
# 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.
1111
---
@@ -67,19 +67,9 @@ Both of the following actions can run a log query against a Log Analytics worksp
6767

6868
## Add an Azure Monitor Logs action
6969

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

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).
8373

8474
This example continues with the action named **Run query and visualize results**.
8575

@@ -134,12 +124,13 @@ Both of the following actions can run a log query against a Log Analytics worksp
134124
135125
1. For **Time Range**, select **Set in query**.
136126
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. |
143134
144135
1. For **Chart Type**, select **Html Table**.
145136

0 commit comments

Comments
 (0)