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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ ms.service: azure
12
12
13
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
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.
15
+
By contrast, the agent works differently from continuous monitoring when you prompt the agent or it works on tasks 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
16
17
-
The distinctions between these two types of operations are known as *always-on flow* and *active flow*.
17
+
The distinctions between these two types of actions are known as *always-on flow* and *active flow*.
18
18
19
-
|Flow type | Description | Triggered when... |
19
+
|Action type | Description | Triggered when... |
20
20
|---|---|---|
21
21
| Always-on | Continuous monitoring of your resources. | You create the agent, and monitoring continues until the agent is deleted. |
22
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. |
@@ -31,12 +31,12 @@ Actions in the *always-on flow* are billed at one rate, while *active flow* acti
31
31
32
32
Use the following table to help you estimate the costs associated with how you use SRE Agent.
33
33
34
-
| Action category| Calculation basis |
34
+
| Action type| Calculation basis |
35
35
|---|---|
36
36
| Always-on flow | 4 AAU per agent hour |
37
37
| Active flow | 0.25 AAU per agent task, per second |
38
38
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:
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
40
41
41
- Answering questions from your prompts
42
42
- Generating reports, summaries, and responses for you
0 commit comments