https://github.com/jpfulton/azure-personal-reports
An example of building a scheduled workflow to generate cost and audit reports for an Azure subscription.
https://github.com/jpfulton/azure-personal-reports
Last synced: 4 months ago
JSON representation
An example of building a scheduled workflow to generate cost and audit reports for an Azure subscription.
- Host: GitHub
- URL: https://github.com/jpfulton/azure-personal-reports
- Owner: jpfulton
- License: mit
- Created: 2023-09-11T22:13:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T11:23:19.000Z (about 2 years ago)
- Last Synced: 2024-04-14T02:30:40.894Z (about 2 years ago)
- Homepage:
- Size: 1.72 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit-reports/README.md
Awesome Lists containing this project
README
# azure-personal-reports
[](https://github.com/jpfulton/azure-personal-reports/actions/workflows/reporting-workflow.yml)


This repository hosts the outputs of an Azure audit utility and an Azure cost
reporting utility on a personal Azure subscription. The utilities are run in a
scheduled Github Actions workflow and render markdown files that are then committed
back to this repository. The workflows and supporting scripts are designed as an
example of how to harness the utilities for reporting against any Azure subscription.
- [azure-audit-cli](https://github.com/jpfulton/azure-audit-cli)
- [azure-cost-cli](https://github.com/mivano/azure-cost-cli)
## Reports
- [Audit Reports Summary](./audit-reports/README.md)
- [Cost Reports Summary](./cost-reports/README.md)