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/cost-logs.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,8 @@ Use the following query to make a recommendation for the optimal pricing tier ba
211
211
// Set these parameters before running query
212
212
// For pay-as-you-go (per-GB) and commitment tier pricing details, see https://azure.microsoft.com/pricing/details/monitor/.
213
213
// 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;
214
216
let PerNodePrice = 15.; // Monthly price per monitored node
215
217
let PerNodeOveragePrice = 2.30; // Price per GB for data overage in the Per Node pricing tier
216
218
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