BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning and Implementing Microsoft DevOps Solutions (AZ-400)Wikis and process diagrams
Lesson207 words

Wikis and process diagrams

Document a project by configuring wikis and process diagrams

Two kinds of wiki

KindContent lives in
Project wikiA wiki repository Azure DevOps provisions for you
Publish code as wikiA folder in an existing Git repository

The second matters more than it looks: publishing code as wiki means documentation is versioned and reviewed alongside the code it documents, so a pull request can change behaviour and its description together. A separate project wiki drifts, because nothing forces the two to move at once.

Mermaid in the wiki

The Azure DevOps wiki supports Mermaid diagrams — sequence diagrams, flowcharts, Gantt charts, class and state diagrams, user journeys, pie charts, requirements diagrams, gitgraph, entity-relationship and timeline diagrams.

Diagrams as text is the point. A Mermaid diagram diffs in a pull request, so a reviewer sees that an arrow changed; an exported PNG shows only that a binary file differs.

What to document

Favour things that are expensive to rediscover: architecture decisions and their reasoning, runbooks, onboarding. Avoid duplicating what the code already states — duplicated documentation is worse than none, because it becomes wrong without anyone noticing.

Primary sources

  • https://learn.microsoft.com/en-us/azure/devops/project/wiki/markdown-guidance
  • https://learn.microsoft.com/en-us/azure/devops/project/wiki/about-readme-wiki
All Designing and Implementing Microsoft DevOps Solutions (AZ-400) Study Resources

Related Notes

  • Agent and runner infrastructure421 words
  • Agent and runner infrastructure — quick notes150 words
  • Alerting on pipeline events255 words
  • Alerting on pipeline events — quick notes94 words
  • Analyzing usage and application performance241 words
  • Analyzing usage and application performance — quick notes73 words
  • Appropriate access levels217 words
  • Appropriate access levels — quick notes85 words
  • Automating container scanning277 words
  • Automating container scanning — quick notes96 words
  • Automating documentation from Git history191 words
  • Automating documentation from Git history — quick notes55 words

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Designing and Implementing Microsoft DevOps Solutions (AZ-400) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.