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
description: Learn how the incident management capabilities in Azure SRE Agent help reduce manual intervention and accelerate resolution times for your Azure resources.
4
4
author: craigshoemaker
5
5
ms.topic: conceptual
6
-
ms.date: 11/04/2025
6
+
ms.date: 12/09/2025
7
7
ms.author: cshoe
8
8
ms.service: azure-sre-agent
9
9
---
@@ -44,14 +44,33 @@ To use a different management platform, first disconnect Azure Monitor as the ag
44
44
45
45
# [PagerDuty](#tab/pagerduty)
46
46
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.
48
67
49
68
1. Select the **Incident platform** tab and enter the following settings:
50
69
51
70
| Setting | Value |
52
71
|---|---|
53
72
|**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**. |
55
74
|**Quickstart handler**| Keep the checkbox selected. |
56
75
57
76
1. Select **Save**. PagerDuty is now responsible for managing incidents for the agent.
0 commit comments