Skip to content

Commit 7730a14

Browse files
committed
Refine Copilot Chat prompt for troubleshooting Azure DevOps service connection errors by removing optional context section
1 parent e7e2644 commit 7730a14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ To learn about managed identities for virtual machines, see [Assigning roles](/a
257257
258258
## Use AI to troubleshoot an Azure DevOps service connection error
259259

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.
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.
261261

262262
```copilot-prompt
263263
I'm getting this Azure DevOps service connection error: [PASTE YOUR ERROR MESSAGE HERE]
@@ -268,7 +268,6 @@ Can you help me troubleshoot this issue? Please provide step-by-step instruction
268268
3. Verify the solution works
269269
270270
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]
272271
```
273272

274273
::: moniker-end

0 commit comments

Comments
 (0)