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: How to troubleshoot Azure Resource Manager service connections in Azure Pipelines
5
5
ms.assetid: B43E78DE-5D73-4303-981F-FB86D46F0CAE
6
6
ms.topic: troubleshooting
7
7
ms.author: jukullam
8
8
author: juliakm
9
-
ms.date: 11/05/2024
9
+
ms.date: 10/28/2025
10
10
ai-usage: ai-assisted
11
11
monikerRange: '<= azure-devops'
12
12
"recommendations": "true"
@@ -18,6 +18,8 @@ monikerRange: '<= azure-devops'
18
18
19
19
This article presents the common troubleshooting scenarios to help you resolve issues you might encounter when creating an Azure Resource Manager service connection. See [Manage service connections](../library/service-endpoints.md) to learn how to create, edit, and secure service connections.
20
20
21
+
> [!TIP]
22
+
> You can ask [Copilot](/copilot/) for help troubleshooting error messages. To learn more, see [Use AI to troubleshoot an Azure DevOps service connection error](#use-ai-to-troubleshoot-an-azure-devops-service-connection-error).
21
23
22
24
## What happens when you create an Azure Resource Manager service connection
23
25
@@ -253,6 +255,21 @@ To learn about managed identities for virtual machines, see [Assigning roles](/a
253
255
> [!NOTE]
254
256
> Managed identities aren't supported in Microsoft-hosted agents. In this scenario, you must [set up a self-hosted agent](../agents/agents.md#install) on an Azure VM and configure a managed identity for that VM.
255
257
258
+
## Use AI to troubleshoot an Azure DevOps service connection error
259
+
260
+
This is an example prompt for Copilot Chat that helps Copilot troubleshoot your error code and message. Copy and paste this prompt into Copilot Chat, replacing the placeholder with your specific error message.
261
+
262
+
```copilot-prompt
263
+
I'm getting this Azure DevOps service connection error: [PASTE YOUR ERROR MESSAGE HERE]
264
+
265
+
Can you help me troubleshoot this issue? Please provide step-by-step instructions to:
266
+
1. Identify the root cause
267
+
2. Fix the configuration in Azure or Entra ID
268
+
3. Verify the solution works
269
+
270
+
Context: This is for an Azure Resource Manager service connection in Azure DevOps.
0 commit comments