Skip to content

runbooks finops azure anomalyΒΆ

enrich | Cost Management

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

Detect cost anomalies (spending spikes).

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

Single account

runbooks finops azure anomaly --profile <account>

Org-wide (Landing Zone)

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

Parameter Type Default Description
--subscription/-s STRING - Azure subscription ID (uses default if not provided)
--threshold/-t FLOAT - Anomaly threshold (e.g., 0.2 = 20% above rolling average)
--days/-d INT - Rolling average period in days (default: 7)