Most organisations have a wiki full of hard-won how-to knowledge - how to request access to a SharePoint site, how to raise an IT ticket, how to onboard a new starter - and almost nobody can find the right page when they need it. If that wiki lives in Azure DevOps, you have two obvious but flawed options: send people to search the wiki manually, or point a generic Copilot at the problem and watch it confidently answer from its training data instead of your actual policies.
There’s a better path, and it comes in two halves:
- The Azure DevOps Wiki Copilot connector indexes your wiki into Microsoft 365, so Copilot can search it.
- A declarative agent with strict instructions turns those search results into an assistant that answers only from the wiki, cites the page it used, and admits when the answer isn’t there.
The second half is the one people skip - and it’s the one that earns your users’ trust.
The big idea
A connector makes your wiki searchable. It does not make an agent trustworthy - the instructions do that. Keep that split in mind and the rest of this post falls into place.


