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/azure-monitor/app/automate-with-logic-apps.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ You can also add other actions. The Logic Apps feature of Azure App Service make
21
21
22
22
## Create a logic app for Application Insights
23
23
24
-
In this tutorial, you learn how to create a logic app that uses the Analytics autocluster algorithm to group attributes in the data for a web application. The flow automatically sends the results by email. This example shows how you can use Application Insights Analytics and Logic Apps together.
24
+
In this tutorial, you learn how to create a logic app that uses the Log Analytics autocluster algorithm to group attributes in the data for a web application. The flow automatically sends the results by email. This example shows how you can use Application Insights analytics and Logic Apps together.
25
25
26
26
### Create a logic app
27
27
1. Sign in to the [Azure portal](https://portal.azure.com).
@@ -62,10 +62,10 @@ For this step, you need an application ID and an API key for your resource.
62
62
63
63

64
64
65
-
### Specify the Analytics query and chart type
66
-
In the following example, the query selects the failed requests within the last day and correlates them with exceptions that occurred as part of the operation. Analytics correlates the failed requests based on the `operation_Id` identifier. The query then segments the results by using the autocluster algorithm.
65
+
### Specify the Log Analytics query and chart type
66
+
In the following example, the query selects the failed requests within the last day and correlates them with exceptions that occurred as part of the operation. Log Analytics correlates the failed requests based on the `operation_Id` identifier. The query then segments the results by using the autocluster algorithm.
67
67
68
-
When you create your own queries, verify that they're working properly in Analytics before you add them to your flow.
68
+
When you create your own queries, verify that they're working properly in Log Analytics before you add them to your flow.
69
69
70
70
1. In the **Query** box, add the following Log Analytics query:
71
71
@@ -82,7 +82,7 @@ When you create your own queries, verify that they're working properly in Analyt
82
82
83
83
1. In the **Chart Type** box, select **Html Table**.
84
84
85
-

85
+

86
86
87
87
### Configure the logic app to send email
88
88
@@ -130,5 +130,5 @@ When you create your own queries, verify that they're working properly in Analyt
130
130
131
131
## Next steps
132
132
133
-
- Learn more about creating [Analytics queries](../logs/get-started-queries.md).
133
+
- Learn more about creating [Log Analytics queries](../logs/get-started-queries.md).
134
134
- Learn more about [Logic Apps](../../logic-apps/logic-apps-overview.md).
1. The preceding steps should get you running with pre-aggregated metrics autocollected to Azure Monitor. For more information on how to fine-tune Application Insights Spring Boot starter, see the [readme on GitHub](https://github.com/Microsoft/azure-spring-boot/releases/latest).
1012
+
1013
+
The preceding steps should get you running with pre-aggregated metrics autocollected to Azure Monitor. For more information on how to fine-tune Application Insights Spring Boot starter, see the [readme on GitHub](https://github.com/Microsoft/azure-spring-boot/releases/latest).
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/usage-impact.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,18 @@ To use the Impact analysis workbook, in your Application Insights resources go t
28
28
29
29
:::image type="content" source="./media/usage-impact/selected-event.png" alt-text="Screenshot that shows where to choose an initial page view, custom event, or request." lightbox="./media/usage-impact/selected-event.png":::
30
30
31
-
1.Select an event from the **Selected event** dropdown list.
32
-
1.Select a metric from the **analyze how its** dropdown list.
33
-
1.Select an event from the **Impacting event** dropdown list.
31
+
1.From the **Selected event** dropdown list, select an event.
32
+
1.From the **analyze how its** dropdown list, select a metric.
33
+
1.From the **Impacting event** dropdown list, select an event.
34
34
1. To add a filter, use the **Add selected event filters** tab or the **Add impacting event filters** tab.
35
35
36
36
## Is page load time affecting how many people convert on my page?
37
37
38
38
To begin answering questions with the Impact workbook, choose an initial page view, custom event, or request.
39
39
40
-
1.Select an event from the **Selected event** dropdown list.
40
+
1.From the **Selected event** dropdown list, select an event.
41
41
1. Leave the **analyze how its** dropdown list on the default selection of **Duration**. (In this context, **Duration** is an alias for **Page Load Time**.)
42
-
1.For the **Impacting event** dropdown list, select a custom event. This event should correspond to a UI element on the page view you selected in step 1.
42
+
1.From the **Impacting event** dropdown list, select a custom event. This event should correspond to a UI element on the page view you selected in step 1.
43
43
44
44
:::image type="content" source="./media/usage-impact/impact.png" alt-text="Screenshot that shows an example with the selected event as Home Page analyzed by duration." lightbox="./media/usage-impact/impact.png":::
45
45
@@ -49,11 +49,11 @@ Impact supports both standard and custom properties and measurements. Use whatev
49
49
50
50
## Do users from different countries or regions convert at different rates?
51
51
52
-
1.Select an event from the **Selected event** dropdown list.
53
-
1.Choose **Country or region** from the **analyze how its** dropdown list.
54
-
1.For the **Impacting event** dropdown list, select a custom event that corresponds to a UI element on the page view you chose in step 1.
52
+
1.From the **Selected event** dropdown list, select an event.
53
+
1.From the **analyze how its** dropdown list, select **Country or region**.
54
+
1.From the **Impacting event** dropdown list, select a custom event that corresponds to a UI element on the page view you chose in step 1.
55
55
56
-
:::image type="content" source="./media/usage-impact/regions.png" alt-text="Screenshot that shows an example with the selected event as GET analyzed by country and region." lightbox="./media/usage-impact/regions.png":::
56
+
:::image type="content" source="./media/usage-impact/regions.png" alt-text="Screenshot that shows an example with the selected event as GET analyzed by country and region." lightbox="./media/usage-impact/regions.png":::
57
57
58
58
## How does the Impact analysis workbook calculate these conversion rates?
0 commit comments