stescobedo92/azdash cost report
Run azdash against an Azure subscription and publish a Markdown cost report to the job summary and, optionally, as a sticky pull request comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | azdash release tag to install (for example v0.1.0). Defaults to the latest release. | no | latest |
| args | Extra arguments appended to azdash cost, for example "--subscription my-sub --group-by resource-group". | no | "" |
| fail-if-exceeds | Fail the action when the current month cost exceeds this amount. | no | "" |
| github-token | Token used to publish the report as a pull request comment. Leave empty to skip commenting. | no | "" |
Outputs
| name | description |
|---|---|
| report | The generated Markdown cost report. |
| exit-code | Exit code returned by azdash (2 means the fail-if-exceeds gate tripped). |