Skip to content

Commit 4257680

Browse files
updates
1 parent 64fbde8 commit 4257680

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/sre-agent/incident-management.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ ms.service: azure
1010

1111
# Incident management in Azure SRE Agent (preview)
1212

13-
Azure SRE Agent streamlines incident management by automatically collecting, analyzing, and responding to alerts from various monitoring platforms. This article explains how the agent processes incidents, evaluates their severity, and takes appropriate actions based on your configuration. L
13+
Azure SRE Agent streamlines incident management by automatically collecting, analyzing, and responding to alerts from various management platforms. This article explains how the agent processes incidents, evaluates their severity, and takes appropriate actions based on your configuration.
1414

15-
Azure SRE Agent receives incident alerts from incident management platforms such as:
15+
Azure SRE Agent receives alerts from incident management platforms such as:
1616

1717
* [Azure Monitor](/azure/azure-monitor/fundamentals/overview)
1818
* [Incident control management (ICM)](/compliance/assurance/assurance-incident-management)
1919
* [PagerDuty](https://www.pagerduty.com/)
2020

21-
Alerts are triggered by predefined conditions configured in these external systems.
21+
Alerts are triggered by predefined conditions configured in these systems external to SRE Agent.
2222

23-
When SRE Agent receives an alert from the management platform, SRE Agent brings the incident into its context, analyzes the situation, and determines the next steps. This process mimics how a human SRE would acknowledge and investigate an incident.
23+
When SRE Agent receives an alert from the management platform, the agent brings the incident into its context, analyzes the situation, and determines the next steps. This process mimics how a human SRE would acknowledge and investigate an incident.
2424

2525
The agent reviews logs, health probes, and other telemetry to assess the incident. During the assessment step, the agent summarizes findings, determines if the alert is a false positive, and decides whether action is needed.
2626

@@ -30,25 +30,25 @@ SRE Agent responds to incidents based on its configuration and operational mode.
3030

3131
* **Reader**: In reader mode, the agent provides recommendations and requires human intervention for resolution.
3232

33-
* **Autonomous**: In autonomous mode, the agent could automatically close incidents or take corrective actions. The agent can also update or close incidents in managing platforms to maintain synchronization across platforms.
33+
* **Autonomous**: In autonomous mode, the agent could automatically close incidents or take corrective actions, depending on your configuration settings. The agent can also update or close incidents in management platforms to maintain synchronization across platforms.
3434

35-
You define the rules for how incidents of different priorities are handled. By customizing the rules in the managing platforms, you decide which incidents the agent should acknowledge, resolve, or escalate. These rules can be set via prompts or configuration options.
35+
You define the rules for how incidents of different priorities are handled. By customizing the rules in the management platforms, you decide which incidents the agent should acknowledge, resolve, or escalate. These rules can be set via prompts or configuration options.
3636

3737
## Platform integration
3838

3939
Minimal setup is required for Azure Monitor (default integration), while non-Microsoft systems like PagerDuty require extra setup for incident handling preferences.
4040

41-
To access the incident management settings, open your agent in the Azure portal. Select *Settings tab* and select **Incident platform**.
41+
To access the incident management settings, open your agent in the Azure portal. Select **Settings** and select **Incident platform**.
4242

4343
### Azure Monitor
4444

45-
By default, Azure Monitor is configured as the agent's incident management platform. As the agent encounters incidents any instances of Azure Monitor in any resource groups managed by SRE Agent are contacted with incident data.
45+
By default, Azure Monitor is configured as the agent's incident management platform. As the agent encounters incidents any instances of Azure Monitor in any resource groups managed by SRE Agent process incident data.
4646

4747
To use a different management platform, first disconnect Azure Monitor as the incident management platform for the SRE Agent.
4848

4949
### PagerDuty
5050

51-
Set up PagerDuty using the following settings:
51+
To set up PagerDuty, open the agent in the Azure portal, select **Settings** then select **Incident platform**, and enter the following settings:
5252

5353
| Setting | Value |
5454
|---|---|
@@ -58,11 +58,11 @@ Set up PagerDuty using the following settings:
5858

5959
Select **Save** to save your changes.
6060

61-
Once the changes are saved, now PagerDuty is responsible to manage incidents for the agent.
61+
Once the changes are saved, PagerDuty is now responsible to manage incidents for the agent.
6262

6363
#### Tools
6464

65-
You can choose to enable a series of tools which provide granular control over how PagerDuty manages incidents. To further refine the incident management process, you can also add free-form text instructions (in the form of an LLM prompt) to customize how PagerDuty responds to incidents.
65+
You can choose to enable a series of tools that provide granular control over how PagerDuty manages incidents. To further refine the incident management process, you can also add free-form text instructions (in the form of an LLM prompt) to customize how PagerDuty responds to incidents.
6666

6767
## Related content
6868

0 commit comments

Comments
 (0)