Skip to content

Commit 3f69bb0

Browse files
committed
Update troubleshooting guide for Azure Resource Manager service connections to include Copilot usage and revise date
1 parent d324fe9 commit 3f69bb0

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

docs/pipelines/release/azure-rm-endpoint.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Troubleshoot Azure Resource Manager service connections
3-
ms.custom: devx-track-arm-template, arm2024
3+
ms.custom: devx-track-arm-template, arm2024, copilot-scenario-highlight
44
description: How to troubleshoot Azure Resource Manager service connections in Azure Pipelines
55
ms.assetid: B43E78DE-5D73-4303-981F-FB86D46F0CAE
66
ms.topic: troubleshooting
77
ms.author: jukullam
88
author: juliakm
9-
ms.date: 11/05/2024
9+
ms.date: 10/28/2025
1010
ai-usage: ai-assisted
1111
monikerRange: '<= azure-devops'
1212
"recommendations": "true"
@@ -18,6 +18,8 @@ monikerRange: '<= azure-devops'
1818

1919
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.
2020

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).
2123
2224
## What happens when you create an Azure Resource Manager service connection
2325

@@ -253,6 +255,22 @@ To learn about managed identities for virtual machines, see [Assigning roles](/a
253255
> [!NOTE]
254256
> 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.
255257
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. Add any additional context or remove the Additional context section.
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.
271+
Additional context (optional): [Include service principal ID, subscription details, or when the error started occurring]
272+
```
273+
256274
::: moniker-end
257275

258276
## Related articles

0 commit comments

Comments
 (0)