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/app-service/environment/auto-migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ The following are notable changes in App Service Environment v3:
147
147
148
148
There's no cost associated with auto-migrating your App Service Environment. You stop being charged for your previous App Service Environment as soon as it shuts down during the migration process. You begin getting charged for your new App Service Environment v3 as soon as it gets deployed. For more information about App Service Environment v3 pricing, see the [pricing details](overview.md#pricing).
149
149
150
-
When you migrate to App Service Environment v3 from previous versions, there are scenarios that you should consider that can potentially reduce your monthly cost. Consider [reservations](../../cost-management-billing/reservations/reservation-discount-app-service.md#how-reservation-discounts-apply-to-isolated-v2-instances) and [savings plans](../../cost-management-billing/savings-plan/savings-plan-compute-overview.md) to further reduce your costs. For information on cost saving opportunities, see [Cost saving opportunities after upgrading to App Service Environment v3](upgrade-to-asev3.md#cost-saving-opportunities-after-upgrading-to-app-service-environment-v3).
150
+
When you migrate to App Service Environment v3 from previous versions, there are scenarios that you should consider that can potentially reduce your monthly cost. Consider [reservations](../../cost-management-billing/reservations/reservation-discount-app-service.md#how-reservation-discounts-apply-to-instances) and [savings plans](../../cost-management-billing/savings-plan/savings-plan-compute-overview.md) to further reduce your costs. For information on cost saving opportunities, see [Cost saving opportunities after upgrading to App Service Environment v3](upgrade-to-asev3.md#cost-saving-opportunities-after-upgrading-to-app-service-environment-v3).
151
151
152
152
> [!NOTE]
153
153
> Due to the conversion of App Service plans from Isolated to Isolated v2, your apps may be over-provisioned after the migration since the Isolated v2 tier has more memory and CPU per corresponding instance size. You'll have the opportunity to [scale your environment](../manage-scale-up.md) as needed once migration is complete. For more information, review the [SKU details](https://azure.microsoft.com/pricing/details/app-service/windows/).
Copy file name to clipboardExpand all lines: articles/connectors/connectors-azure-monitor-logs.md
+14-15Lines changed: 14 additions & 15 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: 03/21/2025
8
+
ms.date: 04/15/2025
9
9
# 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.
10
10
---
11
11
@@ -74,7 +74,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
74
74
75
75
This example continues with the action named **Run query and visualize results**.
76
76
77
-
1. In the connection box, provide the following information:
77
+
1. In the connection information pane, provide the following information:
78
78
79
79
| Property | Description |
80
80
|----------|-------------|
@@ -113,7 +113,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
113
113
114
114
* Application Insights resource
115
115
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.
117
117
118
118
```kusto
119
119
requests
@@ -148,7 +148,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
148
148
149
149
This example continues with the action named **Run query and visualize results**.
150
150
151
-
1. In the connection box, provide the following information:
151
+
1. In the connection information pane, provide the following information:
152
152
153
153
| Property | Description |
154
154
|----------|-------------|
@@ -187,7 +187,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
187
187
188
188
* Application Insights resource
189
189
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.
191
191
192
192
```kusto
193
193
requests
@@ -226,7 +226,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
226
226
227
227
1. In the **Subject** box, enter a subject for the email, for example, **Top daily errors or failures**.
228
228
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.
230
230
231
231
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.
232
232
@@ -262,9 +262,9 @@ Both of the following actions can run a log query against a Log Analytics worksp
262
262
263
263
1. For the added properties, follow these steps:
264
264
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**.
266
266
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**.
268
268
269
269
1. Save your workflow. On the designer toolbar, select **Save**.
270
270
@@ -274,9 +274,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
274
274
275
275
### [Standard](#tab/standard)
276
276
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**.
280
278
281
279
1. When the workflow completes, check your email.
282
280
@@ -295,7 +293,7 @@ Both of the following actions can run a log query against a Log Analytics worksp
295
293
296
294
### [Consumption](#tab/consumption)
297
295
298
-
1. On the designer toolbar, select **Run Trigger** > **Run**.
296
+
1. On the workflow designer toolbar, select **Run** > **Run**.
299
297
300
298
1. When the workflow completes, check your email.
301
299
@@ -314,7 +312,8 @@ Both of the following actions can run a log query against a Log Analytics worksp
314
312
315
313
---
316
314
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)
318
319
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