Skip to content

Commit 33c9e58

Browse files
updates
1 parent 2591f4e commit 33c9e58

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

articles/sre-agent/billing.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,30 @@ description: Learn different agent actions are billed in Azure SRE Agent.
44
author: craigshoemaker
55
ms.author: cshoe
66
ms.topic: tutorial
7-
ms.date: 06/23/2025
7+
ms.date: 06/24/2025
88
ms.service: azure
99
---
1010

1111
# Billing for Azure SRE Agent (preview)
1212

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+
1328
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.
1429

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.
1631

1732
Use the following table to help you estimate the costs associated with how you use SRE Agent.
1833

@@ -21,8 +36,16 @@ Use the following table to help you estimate the costs associated with how you u
2136
| Always-on flow | 4 AAU per agent hour |
2237
| Active flow | 0.25 AAU per agent task, per second |
2338

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. -->
2548

2649
## Related content
2750

28-
- [Agent actions](./agent-actions.md)
51+
- [Overview](./overview.md)

0 commit comments

Comments
 (0)