Skip to content

Commit 368b849

Browse files
committed
Remove data export line and remove extra includes
1 parent 179420b commit 368b849

23 files changed

+29
-297
lines changed

articles/azure-monitor/best-practices-cost.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Optimize costs in Azure Monitor
2+
title: Cost optimization in Azure Monitor
33
description: Recommendations for reducing costs in Azure Monitor.
44
ms.topic: conceptual
55
author: bwren
@@ -8,7 +8,7 @@ ms.date: 03/29/2023
88
ms.reviewer: bwren
99
---
1010

11-
# Optimize costs in Azure Monitor
11+
# Cost optimization in Azure Monitor
1212
You can significantly reduce your cost for Azure Monitor by understanding your different configuration options and opportunities to reduce the amount of data that it collects. Before you use this article, you should see [Azure Monitor cost and usage](usage-estimated-costs.md) to understand the different ways that Azure Monitor charges and how to view your monthly bill.
1313

1414
> [!NOTE]
@@ -62,7 +62,7 @@ You may be able to significantly reduce your costs by optimizing the configurati
6262

6363
| Recommendation | Description |
6464
|:---|:---|
65-
| Configure pricing tier or dedicated cluster for your Log Analytics workspaces. | By default, Log Analytics workspaces will use pay-as-you-go pricing with no minimum data volume. If you collect enough data, you can significantly decrease your cost by using a [commitment tier](logs/cost-logs.md#commitment-tiers) or [dedicated cluster](logs/logs-dedicated-clusters.md), which allows you to commit to a daily minimum of data collected in exchange for a lower rate.<br><br>See [Azure Monitor Logs cost calculations and options](logs/cost-logs.md) for details on commitment tiers and guidance on determining which is most appropriate for your level of usage. See [Usage and estimated costs](../usage-estimated-costs.md#usage-and-estimated-costs) to view estimated costs for your usage at different pricing tiers.
65+
| Configure pricing tier or dedicated cluster for your Log Analytics workspaces. | By default, Log Analytics workspaces will use pay-as-you-go pricing with no minimum data volume. If you collect enough data, you can significantly decrease your cost by using a [commitment tier](logs/cost-logs.md#commitment-tiers) or [dedicated cluster](logs/logs-dedicated-clusters.md), which allows you to commit to a daily minimum of data collected in exchange for a lower rate.<br><br>See [Azure Monitor Logs cost calculations and options](logs/cost-logs.md) for details on commitment tiers and guidance on determining which is most appropriate for your level of usage. See [Usage and estimated costs](usage-estimated-costs.md#usage-and-estimated-costs) to view estimated costs for your usage at different pricing tiers.
6666
| Configure tables used for debugging, troubleshooting, and auditing as Basic Logs. | Tables in a Log Analytics workspace configured for [Basic Logs](logs/basic-logs-configure.md) have a lower ingestion cost in exchange for limited features and a charge for log queries. If you query these tables infrequently, this query cost can be more than offset by the reduced ingestion cost. |
6767
| Configure data retention and archiving. | There is a charge for retaining data in a Log Analytics workspace beyond the default of 30 days (90 days in Sentinel if enabled on the workspace). If you need to retain data for compliance reasons or for occasional investigation or analysis of historical data, configure [Archived Logs](logs/data-retention-archive.md), which allows you to retain data for up to seven years at a reduced cost. |
6868
| Regularly analyze collected data to identify trends and anomalies. | Use [Log Analytics workspace insights](logs/log-analytics-workspace-insights-overview.md) to periodically review the amount of data collected in your workspace. In addition to helping you understand the amount of data collected by different sources, it will identify anomalies and upward trends in data collection that could result in excess cost. Further analyze data collection using methods in [Analyze usage in Log Analytics workspace](logs/analyze-usage.md) to determine if there's additional configuration that can decrease your usage further. This is particularly important when you add a new set of data sources, such as a new set of virtual machines or onboard a new service. |

articles/azure-monitor/waf/waf-workspace.md renamed to articles/azure-monitor/best-practices-logs.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Well-Architected Framework review for Log Analytics workspaces in Azure Monitor
2+
title: Best practices for Azure Monitor Logs
33
description: Provides a template for a Well-Architected Framework (WAF) article specific to Log Analytics workspaces in Azure Monitor.
44
ms.topic: conceptual
55
author: bwren
@@ -8,26 +8,28 @@ ms.date: 03/29/2023
88
ms.reviewer: bwren
99
---
1010

11-
# Azure Well-Architected Framework - Azure Monitor - Log Analytics workspaces
12-
This article provides architectural best practices for Logs Analytics workspaces in Azure Monitor. The guidance is based on the five pillars of architecture excellence described in [Azure Well-Architected Framework](/azure/architecture/framework/):
11+
# Best practices for Azure Monitor Logs
12+
This article provides architectural best practices for Azure Monitor Logs. The guidance is based on the five pillars of architecture excellence described in [Azure Well-Architected Framework](/azure/architecture/framework/):
1313

14-
- [Reliability](#reliability)
15-
- [Security](#security)
16-
- [Cost optimization](#cost-optimization)
17-
- [Operational excellence](#operational-excellence)
18-
- [Performance efficiency](#performance-efficiency)
14+
- [Best practices for Azure Monitor Logs](#best-practices-for-azure-monitor-logs)
15+
- [Reliability](#reliability)
16+
- [Security](#security)
17+
- [Cost optimization](#cost-optimization)
18+
- [Operational excellence](#operational-excellence)
19+
- [Performance efficiency](#performance-efficiency)
20+
- [Next step](#next-step)
1921

2022

2123
## Reliability
2224
In the cloud, we acknowledge that failures happen. Instead of trying to prevent failures altogether, the goal is to minimize the effects of a single failing component. Use the following information to minimize failure of your Log Analytics workspaces and to protect the data they collect.
2325

24-
[!INCLUDE [waf-workspace-reliability](../includes/waf-workspace-reliability.md)]
26+
[!INCLUDE [wag-logs-reliability](includes/wag-logs-reliability.md)]
2527

2628

2729
## Security
2830
Security is one of the most important aspects of any architecture. Azure Monitor provides features to employ both the principle of least privilege and defense-in-depth. Use the following information to maximize the security of your Log Analytics workspaces and ensure that only authorized users access collected data.
2931

30-
[!INCLUDE [waf-workspace-security](../includes/waf-workspace-security.md)]
32+
[!INCLUDE [wag-logs-security](includes/wag-logs-security.md)]
3133

3234

3335
## Cost optimization
@@ -36,19 +38,19 @@ Cost optimization refers to ways to reduce unnecessary expenses and improve oper
3638
> [!NOTE]
3739
> See [Optimize costs in Azure Monitor](../best-practices-cost.md) for cost optimization recommendations across all features of Azure Monitor.
3840
39-
[!INCLUDE [waf-workspace-cost](../includes/waf-workspace-cost.md)]
41+
[!INCLUDE [wag-logs-cost](includes/wag-logs-cost.md)]
4042

4143

4244
## Operational excellence
4345
Operational excellence refers to operations processes required keep a service running reliably in production. Use the following information to minimize the operational requirements for supporting Log Analytics workspaces.
4446

45-
[!INCLUDE [waf-workspace-operation](../includes/waf-workspace-operation.md)]
47+
[!INCLUDE [wag-logs-operation](includes/wag-logs-operation.md)]
4648

4749

4850
## Performance efficiency
4951
Performance efficiency is the ability of your workload to scale to meet the demands placed on it by users in an efficient manner. Use the following information to ensure that your Log Analytics workspaces and log queries are configured for maximum performance.
5052

51-
[!INCLUDE [waf-workspace-performance](../includes/waf-workspace-performance.md)]
53+
[!INCLUDE [wag-logs-performance](includes/wag-logs-performance.md)]
5254

5355
## Next step
5456

articles/azure-monitor/includes/waf-alerts-cost.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

articles/azure-monitor/includes/waf-alerts-operation.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

articles/azure-monitor/includes/waf-alerts-performance.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

articles/azure-monitor/includes/waf-alerts-reliability.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

articles/azure-monitor/includes/waf-alerts-security.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

articles/azure-monitor/includes/waf-app-cost.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

articles/azure-monitor/includes/waf-app-operation.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

articles/azure-monitor/includes/waf-app-performance.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)