polatengin/Bicep Cost Estimator
Estimate monthly Azure costs from Bicep files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the .bicep file | yes | — |
| params-file | Path to the .bicepparam file | no | — |
| base-file | Path to the base branch .bicep file (enables delta comparison) | no | — |
| base-params-file | Path to the base branch .bicepparam file | no | — |
| output-format | Output format: json, table, csv, or markdown | no | json |
| fail-on-threshold | Fail the step if estimated monthly cost exceeds this value | no | — |
Outputs
| name | description |
|---|---|
| estimation-result | Cost estimation result in the selected output format |
| total-cost | Estimated monthly total (numeric) |
| base-cost | Base branch estimated monthly total (numeric, 0 if no base-file) |
| delta-cost | Monthly cost delta (current - base, numeric) |