https://github.com/ljtill/azure-budgets
[WIP] Provides the ability to define budgets on Azure Subscriptions
https://github.com/ljtill/azure-budgets
azure cost-management subscriptions
Last synced: 6 months ago
JSON representation
[WIP] Provides the ability to define budgets on Azure Subscriptions
- Host: GitHub
- URL: https://github.com/ljtill/azure-budgets
- Owner: ljtill
- License: mit
- Created: 2021-11-12T15:38:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T10:52:13.000Z (about 1 year ago)
- Last Synced: 2025-03-03T16:40:29.456Z (7 months ago)
- Topics: azure, cost-management, subscriptions
- Language: C#
- Homepage:
- Size: 626 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budgets
Budgets is a tool for enforcing hard limits on Azure Subscriptions spend. By integrating with Cost Management and Action Groups this tool can pro-actively disable a given Subscription when defined limits have been reached.
_Please note this repository is under development and subject to change._
## Guides
- [Getting Started](./docs/CONFIG.md)
- [Deployment](./docs/CONFIG.md###Deployment)
- [Permissions](./docs/CONFIG.md###Permissions)
- [Budgets](./docs/CONFIG.md###Budgets)
- [Schemas](./docs/SCHEMA.md)## Structure
- docs/ - Documentation
- eng/ - Tooling (inc Templates)
- src/ - Source Code