Skip to content

Commit ef87d06

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into us417294-vnet-top-freshness
2 parents ede8762 + 85bdd4f commit ef87d06

27 files changed

+81
-155
lines changed

articles/app-service/environment/auto-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The following are notable changes in App Service Environment v3:
147147

148148
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).
149149

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

152152
> [!NOTE]
153153
> 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/).
4.29 KB
Loading

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)