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/pricing-billing.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Pricing and billing for Azure SRE Agent
3
3
description: Learn how Azure SRE Agent billing works with Azure Agent Units, including always-on flow, active flow rates, and cost optimization tips.
4
4
ms.topic: concept-article
5
-
ms.date: 03/30/2026
5
+
ms.date: 04/03/2026
6
6
author: craigshoemaker
7
7
ms.author: cshoe
8
8
ms.service: azure-sre-agent
@@ -92,7 +92,7 @@ The following table shows how token consumption translates to AAUs across common
92
92
|**Total**|||**3.775 AAUs**|
93
93
94
94
> [!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**.
96
96
97
97
## Monitor your costs
98
98
@@ -105,13 +105,21 @@ Navigate to **Settings > Agent consumption** to view your usage:
105
105
-**Daily active flow consumption**: a bar chart showing AAU usage per day for the current month
106
106
-**Token usage breakdown**—total tokens consumed by category (input, output, cache read, cache write) so you can see exactly where your AAUs are going
107
107
108
-
### Set a spending limit
108
+
### Set an active flow spending limit
109
109
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.
111
111
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.
113
113
- You can increase or decrease the allocation at any time.
114
114
115
+
#### Billing impact by action
116
+
117
+
| Action | Active flow | Always-on | To resume next month |
|**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
+
115
123
### In Microsoft Cost Management
116
124
117
125
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
120
128
121
129
| Strategy | Impact | How to do it |
122
130
|----------|--------|-------------|
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. |
0 commit comments