Skip to content

Commit 8e9f866

Browse files
Merge pull request #309222 from craigshoemaker/sre/pagerduty-api
[SRE Agent] Update: Incident management -> update PagerDuty API configuration
2 parents a310579 + 271dc62 commit 8e9f866

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

articles/sre-agent/incident-management.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Incident Management in Azure SRE Agent Preview
33
description: Learn how the incident management capabilities in Azure SRE Agent help reduce manual intervention and accelerate resolution times for your Azure resources.
44
author: craigshoemaker
55
ms.topic: conceptual
6-
ms.date: 11/04/2025
6+
ms.date: 12/09/2025
77
ms.author: cshoe
88
ms.service: azure-sre-agent
99
---
@@ -44,14 +44,33 @@ To use a different management platform, first disconnect Azure Monitor as the ag
4444

4545
# [PagerDuty](#tab/pagerduty)
4646

47-
To set up PagerDuty:
47+
To set up PagerDuty you need an API key to handle communication with Azure SRE Agent. PagerDuty provides two types of API keys:
48+
49+
* **General API key**: Used for development work and general API access. This key type cannot acknowledge incidents on behalf of the agent.
50+
51+
* **User API key**: Associated with a specific user account and email address. This key type is required for SRE Agent to successfully acknowledge and manage incidents in PagerDuty.
52+
53+
> [!IMPORTANT]
54+
> You must use a **User API key** for the SRE Agent integration. General API keys don't allow the agent to acknowledge incidents properly because they lack the user context (email address) required for incident acknowledgment.
55+
56+
To create a User API key in PagerDuty:
57+
58+
1. Sign in to your PagerDuty account.
59+
1. Go to **User Settings** > **API Access**.
60+
1. Select **Create API User Token**.
61+
1. Provide a description for the key (for example, "SRE Agent Integration").
62+
1. Copy the generated User API key and use it in the SRE Agent configuration.
63+
64+
Once you have the API key correctly configured, you can setup PagerDuty in SRE Agent.
65+
66+
1. Go to your SRE Agent in the Azure portal.
4867

4968
1. Select the **Incident platform** tab and enter the following settings:
5069

5170
| Setting | Value |
5271
|---|---|
5372
| **Incident platform** | Select **PagerDuty**. |
54-
| **REST API access key** | Enter your PagerDuty REST API access key. |
73+
| **REST API access key** | Enter your PagerDuty **API key**. |
5574
| **Quickstart handler** | Keep the checkbox selected. |
5675

5776
1. Select **Save**. PagerDuty is now responsible for managing incidents for the agent.

0 commit comments

Comments
 (0)