runbooks finops azure monthlyΒΆ
enrich | Cost Management
β CERTIFIED Β· T:βοΈ V:β A:β X:β
Monthly cost summary with subscription breakdown.
Analyzes AWS/Azure cost data via Cost Explorer API for optimization opportunities
Single account
Org-wide (Landing Zone)
Show a Cost Management analyzes aws/azure cost data via cost explorer api for optimization opportunities summary for last month across all accounts and flag any anomalies above the 20% threshold.
βοΈ Cloud Foundations: CF16
All Parameters (9)
| Parameter | Type | Default | Description |
|---|---|---|---|
--subscription/-s |
STRING | - | Azure subscription ID (uses default if not provided) |
--months/-m |
INT | - | Number of months to analyze (default: 1, current MTD) |
--all-subscriptions/-a |
BOOL | - | Include all enabled subscriptions |
--start-date |
DATETIME | - | Start date for custom range (YYYY-MM-DD, e.g., 2025-11-01) |
--end-date |
DATETIME | - | End date for custom range (YYYY-MM-DD, e.g., 2025-11-30) |
--export/-e |
CHOICE(json | csv | xlsx) |
--mode |
CHOICE(cfo | cto | technical) |
--budget |
FLOAT | - | Monthly budget in NZD (overrides AZURE_MONTHLY_BUDGET_NZD env var) |
--granularity |
CHOICE(None | Daily | Monthly) |