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/logs/manage-cost-storage.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.service: azure-monitor
11
11
ms.workload: na
12
12
ms.tgt_pltfrm: na
13
13
ms.topic: conceptual
14
-
ms.date: 02/18/2022
14
+
ms.date: 03/05/2022
15
15
ms.author: bwren
16
16
ms.custom: devx-track-azurepowershell
17
17
---
@@ -659,13 +659,13 @@ Here is the pricing tier recommendation query:
659
659
660
660
```kusto
661
661
// Set these parameters before running query.
662
-
// For Pay-As-You-Go (per-GB) pricing details, see https://azure.microsoft.com/pricing/details/monitor/.
662
+
// For Pay-As-You-Go (per-GB) and commitment tier pricing details, see https://azure.microsoft.com/pricing/details/monitor/.
663
663
// You can see your per-node costs in your Azure usage and charge data. For more information, see https://docs.microsoft.com/en-us/azure/cost-management-billing/understand/download-azure-daily-usage.
664
664
let daysToEvaluate = 7; // Enter number of previous days to analyze (reduce if the query is taking too long)
665
665
let workspaceHasSecurityCenter = false; // Specify if the workspace has Defender for Cloud (formerly known as Azure Security Center)
666
-
let PerNodePrice = 15.; // Enter your monthly price per monitored nodes
667
-
let PerNodeOveragePrice = 2.30; // Enter your price per GB for data overage in the Per Node pricing tier
668
-
let PerGBPrice = 2.30; // Enter your price per GB in the Pay-as-you-go pricing tier
666
+
let PerNodePrice = 15.; // Montly price per monitored node
667
+
let PerNodeOveragePrice = 2.30; // Price per GB for data overage in the Per Node pricing tier
668
+
let PerGBPrice = 2.30; // Enter the Pay-as-you-go price for your workspace's region (from https://azure.microsoft.com/pricing/details/monitor/)
669
669
let CommitmentTier100Price = 196.; // Enter your price for the 100 GB/day commitment tier
670
670
let CommitmentTier200Price = 368.; // Enter your price for the 200 GB/day commitment tier
671
671
let CommitmentTier300Price = 540.; // Enter your price for the 300 GB/day commitment tier
0 commit comments