Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T11:23:19.000Z (7 months ago)
- Last Synced: 2024-04-14T02:30:40.894Z (7 months 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
[![Scheduled Reporting Workflow](https://github.com/jpfulton/azure-personal-reports/actions/workflows/reporting-workflow.yml/badge.svg)](https://github.com/jpfulton/azure-personal-reports/actions/workflows/reporting-workflow.yml)
![License](https://img.shields.io/badge/License-MIT-blue)
![Visitors](https://visitor-badge.laobi.icu/badge?page_id=jpfulton.azure-personal-reports)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)