Skip to content

Commit b97f6b6

Browse files
Add billing article
1 parent 3745c98 commit b97f6b6

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

articles/sre-agent/billing.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Billing for Azure SRE Agent (preview)
3+
description: Learn different agent actions are billed in Azure SRE Agent.
4+
author: craigshoemaker
5+
ms.author: cshoe
6+
ms.topic: tutorial
7+
ms.date: 06/24/2025
8+
ms.service: azure
9+
---
10+
11+
# Billing for Azure SRE Agent (preview)
12+
13+
The Azure SRE Agent works on your behalf in two different ways. As soon as you create the agent, it begins monitoring your resources. During this time, the agent looks at telemetry data and learns about your resource's behavior. This continuous attention ensures the agent is ready to respond to issues regardless of the scale or complexity of what you deploy on Azure.
14+
15+
By contrast, the agent works differently from continuous monitoring when you prompt the agent or it works on tasks on its own. For example, when the agent detects a situation requiring attention, it carries out distinct, measurable tasks that use AI components to attempt to address the issue. The same holds true when you issue a prompt to the agent.
16+
17+
The distinctions between these two types of actions are known as *always-on flow* and *active flow*.
18+
19+
| Action type | Description | Triggered when... |
20+
|---|---|---|
21+
| Always-on flow | Continuous monitoring of your resources. | You create the agent, and monitoring continues until the agent is deleted. |
22+
| Active flow | Discrete, measurable tasks taken by the agent in an attempt to mitigate issues or interact with you. | Either you prompt the agent to take action, or the agent autonomously takes action on your behalf and reports the results. |
23+
24+
The amount of time your agent spends in these flows affects how you're billed for the agent.
25+
26+
## Calculation methods
27+
28+
Billing for Azure SRE Agent is based on Azure Agent Units (AAU). AAUs standardize measuring agentic processing across all prebuilt Azure agents. This common metric makes it easier for you to adopt new agents, compare different agents, and better understand pricing in a predictable way.
29+
30+
Actions in the *always-on flow* are billed at one rate, while *active flow* actions are billed at a different rate. Total cost to use SRE Agent is a combination of *always-on* and *active flow* costs.
31+
32+
Use the following table to help you estimate the costs associated with how you use SRE Agent.
33+
34+
| Action type | Calculation basis |
35+
|---|---|
36+
| Always-on flow | 4 AAU per agent hour |
37+
| Active flow | 0.25 AAU per agent task, per second |
38+
39+
AAUs continuously accumulate under the *always-on flow* for as long as your agent exists. Charges associated with *active flow* accumulate as the agent works on specific tasks. These tasks include (but aren't limited to) the following actions:
40+
41+
- Answering questions from your prompts
42+
- Generating reports, summaries, and responses for you
43+
- Remediating issues on your behalf (either autonomously or based on your prompts)
44+
45+
To illustrate, consider an instance where the agent detected and fixed an "application down" scenario for you. The constant monitoring is billed at the *always-on* rate. Any action the agent takes to fix the problem, ask you questions, seek approval, and provide status reports are all billed at the *active flow* rate.
46+
47+
<!-- For more information on current AAU pricing for your region, see the Azure pricing calculator. -->
48+
49+
## Related content
50+
51+
- [Overview](./overview.md)

articles/sre-agent/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ items:
1818
expanded: true
1919
items:
2020
- name: Autonomous vs review mode
21-
href: permissions.md
21+
href: permissions.md
22+
- name: Billing
23+
href: billing.md

0 commit comments

Comments
 (0)