Skip to content

Commit 831ce66

Browse files
Merge pull request #314256 from craigshoemaker/sre/pr-314242
[SRE Agent] Update: Pricing and billing
2 parents 37f9d94 + 53f514b commit 831ce66

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

articles/sre-agent/pricing-billing.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Pricing and billing for Azure SRE Agent
33
description: Learn how Azure SRE Agent billing works with Azure Agent Units, including always-on flow, active flow rates, and cost optimization tips.
44
ms.topic: concept-article
5-
ms.date: 03/30/2026
5+
ms.date: 04/03/2026
66
author: craigshoemaker
77
ms.author: cshoe
88
ms.service: azure-sre-agent
@@ -92,7 +92,7 @@ The following table shows how token consumption translates to AAUs across common
9292
| **Total** | | | **3.775 AAUs** |
9393

9494
> [!TIP]
95-
> To keep active flow costs predictable, set a monthly AAU allocation limit in **Settings > Agent consumption**. The agent continues background monitoring even after reaching the limit.
95+
> To keep active flow costs predictable, set a monthly AAU allocation limit in **Settings > Agent consumption**.
9696
9797
## Monitor your costs
9898

@@ -105,13 +105,21 @@ Navigate to **Settings > Agent consumption** to view your usage:
105105
- **Daily active flow consumption**: a bar chart showing AAU usage per day for the current month
106106
- **Token usage breakdown**—total tokens consumed by category (input, output, cache read, cache write) so you can see exactly where your AAUs are going
107107

108-
### Set a spending limit
108+
### Set an active flow spending limit
109109

110-
Select **Change AAU allocation** to set a monthly active flow AAU limit (up to 1,000,000 AAUs).
110+
Select **Change AAU allocation** to set a monthly active flow AAU limit (up to 1,000,000 AAUs). This limit applies to active flow only—always-on billing continues as long as the agent exists.
111111

112-
- When your agent reaches the active flow limit, it continues running in always-on mode (background monitoring) but becomes **unavailable for chat and actions** until the next month.
112+
- When your agent reaches the active flow limit, it becomes **unavailable for chat and actions** until the next month. Always-on charges continue for the rest of the month.
113113
- You can increase or decrease the allocation at any time.
114114

115+
#### Billing impact by action
116+
117+
| Action | Active flow | Always-on | To resume next month |
118+
|--------|------------|-----------|---------------------|
119+
| **Set budget limit** (hit limit) | Stops | Still billed | Resets automatically at start of month |
120+
| **Stop agent** | Stops | Still billed | Manually select **Start** in **Settings > Basics** |
121+
| **Delete agent** | Stops | Stops | Create a new agent |
122+
115123
### In Microsoft Cost Management
116124

117125
For detailed billing breakdowns across multiple agents and resources, use [Microsoft Cost Management](https://portal.azure.com/#view/Microsoft_Azure_CostManagement/Menu/~/overview) in the Azure portal.
@@ -120,8 +128,12 @@ For detailed billing breakdowns across multiple agents and resources, use [Micro
120128

121129
| Strategy | Impact | How to do it |
122130
|----------|--------|-------------|
123-
| **Delete unused agents** | Eliminates all costs | Delete agents you no longer need. All billing stops immediately. |
124-
| **Set AAU allocation limits** | Caps active flow spend | Use **Settings > Agent consumption** to set a monthly limit |
131+
| **Add context to your agent** | Fewer wasted tokens | Add skills, knowledge, and documents so the agent stays grounded and concise. Persistent memory from past interactions improves efficiency over time. |
132+
| **Filter incidents with response plans** | Less unnecessary work | Use [response plans](response-plan.md) to filter Azure Monitor alerts by severity, service, or keyword—the agent only investigates incidents that match. |
133+
| **Batch work with scheduled tasks** | Fewer runs | [Schedule tasks](create-scheduled-task.md) to run daily or weekly instead of polling continuously. |
134+
| **Test in chat before automating** | Avoids wasted runs | Try your prompt in chat or the Playground first. A misconfigured automation runs repeatedly and wastes AAUs. |
135+
| **Stop idle agents** | Eliminates active flow | Go to **Settings > Basics** and select **Stop**. The agent keeps its configuration but stops all active flow. Always-on cost continues until deleted. |
136+
| **Delete unused agents** | Eliminates all costs | In [sre.azure.com](https://sre.azure.com), open the agent and go to **Settings > Basics > Delete agent**. All billing stops immediately. |
125137

126138
## Frequently asked questions
127139

0 commit comments

Comments
 (0)