A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
Azure Cost Management’s built‑in cost anomaly alerts do not expose a user-configurable “sensitivity” setting in the portal or documented APIs. The anomaly detection behavior is managed by the service.
What can be configured:
- Anomaly alerts can be created and managed (who gets notified, scope, etc.) from Cost Management → Cost alerts → + Add → Alert type = Anomaly.
- Alerts can also be created via the Scheduled Actions API for more advanced scenarios (for example, using a service principal), but the documentation only covers configuring the alert rule and
viewId, not tuning sensitivity.
To get “more sensitive” behavior today, the supported options are:
- Use budget alerts with tighter thresholds (for example, 90%, 95%, 100% of a smaller budget) to catch increases earlier.
- Combine budget/forecast alerts and anomaly alerts as part of spending guardrails so that budget alerts handle fine‑grained thresholds while anomaly alerts catch unexpected patterns.
There is no documented way to adjust the underlying anomaly detection sensitivity (for example, to make it trigger on smaller deviations) in Azure Cost Management.
References: