Skip to content

Commit 7c506d6

Browse files
authored
Update UX steps
1 parent 5c90546 commit 7c506d6

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

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

Lines changed: 14 additions & 15 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: 03/21/2025
8+
ms.date: 04/15/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

@@ -74,7 +74,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
7474

7575
This example continues with the action named **Run query and visualize results**.
7676

77-
1. In the connection box, provide the following information:
77+
1. In the connection information pane, provide the following information:
7878

7979
| Property | Description |
8080
|----------|-------------|
@@ -113,7 +113,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
113113
114114
* Application Insights resource
115115
116-
The following example query selects the failed requests within the last day and correlates them with exceptions that occurred as part of the operation, based on the `operation_Id` identifier. The query then segments the results by using the `autocluster()` algorithm.
116+
The following example query selects the failed requests within the last day and correlates them with exceptions that occurred as part of the operation, based on the **`operation_Id`** identifier. The query then segments the results by using the **`autocluster()`** algorithm.
117117
118118
```kusto
119119
requests
@@ -148,7 +148,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
148148
149149
This example continues with the action named **Run query and visualize results**.
150150
151-
1. In the connection box, provide the following information:
151+
1. In the connection information pane, provide the following information:
152152
153153
| Property | Description |
154154
|----------|-------------|
@@ -187,7 +187,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
187187
188188
* Application Insights resource
189189
190-
The following example query selects the failed requests within the last day and correlates them with exceptions that occurred as part of the operation, based on the `operation_Id` identifier. The query then segments the results by using the `autocluster()` algorithm.
190+
The following example query selects the failed requests within the last day and correlates them with exceptions that occurred as part of the operation, based on the **`operation_Id`** identifier. The query then segments the results by using the **`autocluster()`** algorithm.
191191
192192
```kusto
193193
requests
@@ -226,7 +226,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
226226
227227
1. In the **Subject** box, enter a subject for the email, for example, **Top daily errors or failures**.
228228
229-
1. Click inside the **Body** box, and then select the **Dynamic content** option (lightning icon), so that you can select outputs from previous steps in the workflow.
229+
1. Select inside the **Body** box, and then select the **Dynamic content** option (lightning icon), so that you can select outputs from previous steps in the workflow.
230230
231231
1. In the dynamic content list, under **Run query and visualize results**, select **Body**, which represents the results of the query that you previously entered in the Log Analytics action.
232232
@@ -262,9 +262,9 @@ Both of the following actions can run a log query against a Log Analytics worksp
262262
263263
1. For the added properties, follow these steps:
264264
265-
1. Click inside the **Attachment Name** box to open the dynamic content list. Under **Run query and visualize results**, select **Attachment Name**.
265+
1. Select inside the **Attachment Name** box, and then select the lightning icon to open the dynamic content list. Under **Run query and visualize results**, select **Attachment Name**.
266266
267-
1. Click inside the **Attachment Content** box to open the dynamic content list. Under **Run query and visualize results**, select **Attachment Content**.
267+
1. Select inside the **Attachment Content** box, and then select the lightning icon to open the dynamic content list. Under **Run query and visualize results**, select **Attachment Content**.
268268
269269
1. Save your workflow. On the designer toolbar, select **Save**.
270270
@@ -274,9 +274,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
274274
275275
### [Standard](#tab/standard)
276276
277-
1. On workflow menu, select **Overview**.
278-
279-
1. On the **Overview** toolbar, select **Run** > **Run**.
277+
1. On the workflow designer toolbar, select **Run** > **Run**.
280278
281279
1. When the workflow completes, check your email.
282280
@@ -295,7 +293,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
295293
296294
### [Consumption](#tab/consumption)
297295
298-
1. On the designer toolbar, select **Run Trigger** > **Run**.
296+
1. On the workflow designer toolbar, select **Run** > **Run**.
299297
300298
1. When the workflow completes, check your email.
301299
@@ -314,7 +312,8 @@ Both of the following actions can run a log query against a Log Analytics worksp
314312
315313
---
316314
317-
## Next steps
315+
## Related content
316+
317+
- [Log queries in Azure Monitor](/azure/azure-monitor/logs/log-query-overview)
318+
- [Queries for Log Analytics](/azure/azure-monitor/logs/get-started-queries)
318319
319-
- Learn more about [log queries in Azure Monitor](/azure/azure-monitor/logs/log-query-overview)
320-
- Learn more about [queries for Log Analytics](/azure/azure-monitor/logs/get-started-queries)

0 commit comments

Comments
 (0)