BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning and Implementing Microsoft DevOps Solutions (AZ-400)Topic 1.3 — Collaboration and communication — cram sheet
Cram Sheet243 words

Topic 1.3 — Collaboration and communication — cram sheet

Topic 1.3 — Collaboration and communication · cram sheet

Wikis

  • Publish code as wiki → docs live in the code repo, reviewed in the same PR. Project wiki drifts.
  • Azure DevOps wiki renders Mermaid: sequence, flowchart, Gantt, class, state, user journey, pie, requirements, gitgraph, ER, timeline.
  • Diagrams as text diff in a PR; exported images do not.

Release documentation

  • Generate notes from linked work items (intent), not commit subjects (implementation).
  • Generate API reference from source; hand-written goes stale silently.
  • Deploy docs with the release so versions match.

Docs from Git history

PrefixImplies
fix:Patch
feat:Minor
BREAKING CHANGE:Major

Enforce the convention in PR validation — unenforced conventions decay and the automation goes silently wrong. Automation gives the what, never the why.

Webhooks (Azure DevOps: service hooks)

  • Push, not poll.
  • Delivery is at-least-once → receivers must be idempotent.
  • The secret signs the payload — verify it, or the endpoint is an open trigger.
  • Plan a reconciliation path for missed deliveries.

Boards ↔ GitHub

  • Authenticate with the Azure Boards app, not a PAT. A PAT-based connection dies when its owner leaves.
  • Repos outside the connection scope never link.

Teams

  • Post what needs a decision or action.
  • Approving from Teams is a surface; the control is still the environment check.
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.