Skip to content

Commit 7caee06

Browse files
Add agent action and billing articles
1 parent 29fcb13 commit 7caee06

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

articles/sre-agent/agent-actions.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: How agent actions are categorized in Azure SRE Agent (preview)
3+
description: Learn how different agent actions are classified in Azure SRE Agent.
4+
author: craigshoemaker
5+
ms.author: cshoe
6+
ms.topic: tutorial
7+
ms.date: 06/23/2025
8+
ms.service: azure
9+
---
10+
11+
# How agent actions are categorized in Azure SRE Agent
12+
13+
The Azure SRE Agent works on your behalf in two different ways. As soon as you create the agent, it begins monitoring resources associated to the agent. During this time, the agent is looking at telemetry data and learning 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 have deployed on Azure.
14+
15+
By contrast, the agent is working 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 discrete, 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 it continues monitoring until the agent is deleted. |
22+
| Active | Discrete, measurable tasks taken by the agent in an attempt to mitigate issues. | Either you prompt the agent to take action, or the agent autonomously takes action on your behalf. |
23+
24+
The amount of time your agent spends in these flows affects how you're billed for the agent.
25+
26+
## Related content
27+
28+
- [Billing in Azure SRE Agent](./billing.md)

articles/sre-agent/billing.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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/23/2025
8+
ms.service: azure
9+
---
10+
11+
# Billing for Azure SRE Agent (preview)
12+
13+
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+
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.
16+
17+
Use the following table to help you estimate the costs associated with how you use SRE Agent.
18+
19+
| Action category | Calculation basis |
20+
|---|---|---|
21+
| Always-on flow | 4 AAU per agent hour |
22+
| Active flow | | 0.25 AAU per agent task, per second |
23+
24+
For more information on current AAU pricing for your region, see the Azure pricing calculator.
25+
26+
## Related content
27+
28+
- [Agent actions](./agent-actions.md)

0 commit comments

Comments
 (0)