Skip to content

runbooks finops azure dashboardΒΆ

enrich | Cost Management

βœ… CERTIFIED Β· T:βœ”οΈ V:βž– A:βž– X:βž–

Generate an HTML FinOps dashboard for Azure cost visibility.

Analyzes AWS/Azure cost data via Cost Explorer API for optimization opportunities

Single account

runbooks finops azure dashboard --profile <account>

Org-wide (Landing Zone)

# [A3-FinOps] org-wide via Landing Zone hub profile
runbooks finops azure dashboard --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: CF12 CF16

Parameter Type Default Description
--month/-m STRING - Billing period label, e.g.
--budget FLOAT - Monthly budget in NZD (overrides AZURE_MONTHLY_BUDGET_NZD env var)
--subscriptions-csv PATH - Path to Portal CSV export grouped by subscription (optional)
--services-csv PATH - Path to Portal CSV export grouped by service name (optional)
--output/-o PATH - Output HTML path (default: tmp/cloud-infrastructure/finops/azure/dashboard-{month}.html)