Skip to content

Commit f3ecd02

Browse files
authored
Clarified how to get prices for query
------- cc: @bwren
1 parent 5521d7a commit f3ecd02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/logs/manage-cost-storage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-monitor
1111
ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.topic: conceptual
14-
ms.date: 02/18/2022
14+
ms.date: 03/05/2022
1515
ms.author: bwren
1616
ms.custom: devx-track-azurepowershell
1717
---
@@ -659,13 +659,13 @@ Here is the pricing tier recommendation query:
659659

660660
```kusto
661661
// 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/.
663663
// 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.
664664
let daysToEvaluate = 7; // Enter number of previous days to analyze (reduce if the query is taking too long)
665665
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/)
669669
let CommitmentTier100Price = 196.; // Enter your price for the 100 GB/day commitment tier
670670
let CommitmentTier200Price = 368.; // Enter your price for the 200 GB/day commitment tier
671671
let CommitmentTier300Price = 540.; // Enter your price for the 300 GB/day commitment tier

0 commit comments

Comments
 (0)