polatengin/Bicep Cost Estimator

Estimate monthly Azure costs from Bicep files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filePath to the .bicep fileyes
params-filePath to the .bicepparam fileno
base-filePath to the base branch .bicep file (enables delta comparison)no
base-params-filePath to the base branch .bicepparam fileno
output-formatOutput format: json, table, csv, or markdownnojson
fail-on-thresholdFail the step if estimated monthly cost exceeds this valueno
namedescription
estimation-resultCost estimation result in the selected output format
total-costEstimated monthly total (numeric)
base-costBase branch estimated monthly total (numeric, 0 if no base-file)
delta-costMonthly cost delta (current - base, numeric)