Skip to content

Commit 58014ec

Browse files
authored
Update cost-logs.md
Provided query does not include variables referenced.
1 parent 81661cc commit 58014ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ Use the following query to make a recommendation for the optimal pricing tier ba
211211
// Set these parameters before running query
212212
// For pay-as-you-go (per-GB) and commitment tier pricing details, see https://azure.microsoft.com/pricing/details/monitor/.
213213
// You can see your per-node costs in your Azure usage and charge data. For more information, see https://learn.microsoft.com/azure/cost-management-billing/understand/download-azure-daily-usage.
214+
let workspaceHasSecurityCenter = true;
215+
let daysToEvaluate = 7;
214216
let PerNodePrice = 15.; // Monthly price per monitored node
215217
let PerNodeOveragePrice = 2.30; // Price per GB for data overage in the Per Node pricing tier
216218
let PerGBPrice = 2.30; // Enter the pay-as-you-go price for your workspace's region (from https://azure.microsoft.com/pricing/details/monitor/)

0 commit comments

Comments
 (0)