Bicep Cost Estimator
Version updated for https://github.com/polatengin/washington to version v0.1.3.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Bicep Cost Estimator (BCE) GitHub Action automates the process of estimating monthly Azure costs for resources defined in Bicep and ARM templates, allowing users to predict expenses before deployment. It compiles templates, maps Azure resource types to pricing data via the Azure Retail Prices API, and provides cost estimates in multiple formats (e.g., table, JSON, CSV, markdown). This tool simplifies cost analysis in CI pipelines, pull requests, and local development, enhancing visibility into cloud spending.
What’s Changed
Changes
This release includes the following commits:
- feat: update roadmap with new planned features for project configuration and workload profiles
- feat: add ‘docs’ command to browse live documentation from CLI
- feat: enhance version handling with async support and update checker
- feat: implement version handling in CLI and add tests for version display
- feat: update installer script to set default installation directories for Linux and macOS
- feat: remove Azure infrastructure section from contributing guide
- feat: update dev-website target to streamline command execution
- feat: align text of the last summary card to the right in playground
- feat: refactor playground layout by removing gap and changing summary grid to flex display
- feat: remove warning count display from Playground component
- feat: update roadmap section to link to dedicated roadmap document
- feat: add roadmap document and include in sidebar
- feat: update release notes file path and sidebar position
- feat: add MySqlFlexibleServer resource configuration in Bicep template
- feat: enhance MySqlFlexibleServerMapper with cost calculation methods and query building improvements
- feat: add MySqlFlexibleServer resource configuration in Bicep template
- feat: enhance MySqlFlexibleServerMapper with improved cost calculation and additional helper methods
- feat: enhance PostgreSqlFlexibleServerMapper with cost calculation improvements and additional test cases
- feat: enhance PostgreSqlFlexibleServerMapper with detailed cost calculation and additional helper methods
- feat: enhance FrontDoorMapper with additional query building and cost calculation tests