Skip to content

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

runbooks finops azure monthly --profile <account>

Org-wide (Landing Zone)

# [A3-FinOps] org-wide via Landing Zone hub profile
runbooks finops azure monthly --all-profile $AWS_BILLING_PROFILE

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)