File tree Expand file tree Collapse file tree
0_Azure/8_AzureApps/demos/3_LogicApps Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ Last updated: 2025-10-23
1717
1818</details >
1919
20-
2120<details >
2221<summary ><b >Table of Content</b > (Click to expand)</summary >
2322
@@ -28,8 +27,20 @@ Last updated: 2025-10-23
2827</details >
2928
3029> [ !TIP]
31- > - Enable log retention policies and purge old runs to minimize cost
32- > - Use Azure Monitor and Application Insights for telemetry instead of storing full run history indefinitely.
30+ > What is Data Retention in Logic Apps?
31+ > - Logic Apps stores run history, inputs, and outputs for troubleshooting and auditing. By default:
32+ > - Consumption plan: 90-day retention for run history.
33+ > - Standard plan: Configurable retention (can be shorter or longer).
34+ > - Charges apply only when you store data beyond the default retention period or in additional storage.
35+ > - In summary:
36+ > - Default retention (90 days) is included at no extra cost.
37+ > - If you:
38+ > - Extend retention (e.g., 180 days or 1 year).
39+ > - Export run history to Azure Storage or Log Analytics.
40+ > - Store diagnostic logs in Application Insights → Then storage charges apply.
41+ > - Recommendations:
42+ > - Enable log retention policies and purge old runs to minimize cost
43+ > - Use Azure Monitor and Application Insights for telemetry instead of storing full run history indefinitely.
3344
3445| Consumption | Standard |
3546| --- | --- |
You can’t perform that action at this time.
0 commit comments