You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sre-agent/billing.md
+27-4Lines changed: 27 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,30 @@ description: Learn different agent actions are billed in Azure SRE Agent.
4
4
author: craigshoemaker
5
5
ms.author: cshoe
6
6
ms.topic: tutorial
7
-
ms.date: 06/23/2025
7
+
ms.date: 06/24/2025
8
8
ms.service: azure
9
9
---
10
10
11
11
# Billing for Azure SRE Agent (preview)
12
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 in a different context from continuous monitoring when you prompt the agent or it works on a discrete action 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 operations are known as *always-on flow* and *active flow*.
18
+
19
+
| Flow type | Description | Triggered when... |
20
+
|---|---|---|
21
+
| Always-on | Continuous monitoring of your resources. | You create the agent, and monitoring continues until the agent is deleted. |
22
+
| Active | 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
+
13
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.
14
29
15
-
Agent actions carried out by Azure SRE Agent fall under two categories: always-on flow and active flow. Always-on flow actions are billed at one rate, while active flow actions are billed at different rate. Total cost to use SRE Agent is a combination of the costs associated with the agent's always-on and active flow actions.
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.
16
31
17
32
Use the following table to help you estimate the costs associated with how you use SRE Agent.
18
33
@@ -21,8 +36,16 @@ Use the following table to help you estimate the costs associated with how you u
21
36
| Always-on flow | 4 AAU per agent hour |
22
37
| Active flow | 0.25 AAU per agent task, per second |
23
38
24
-
For more information on current AAU pricing for your region, see the Azure pricing calculator.
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. -->
0 commit comments