BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning and Implementing Microsoft DevOps Solutions (AZ-400)Using tags
Lesson235 words

Using tags

Configure tags to organize the source control repository

Tags mark points in history

A tag names a specific commit. Unlike a branch, it does not move — which is precisely why it is the right way to record "this is what we shipped as v2.4.1".

KindContains
LightweightJust a pointer to a commit
AnnotatedA tagger, date, message — and can be signed

Prefer annotated tags for releases. The metadata answers who created it and when, and a signed tag lets a consumer verify authenticity — neither of which a lightweight tag can do.

Tags in a release process

UseValue
Mark the released commitThe rollback and hotfix branch point
Trigger a release pipelineTag-based triggers
Correlate deployment to sourceThe version in production maps to a commit

That first row connects to the hotfix path: branching from the released tag is what isolates a fix from unreleased work on main.

Discipline

Tags are not immutable by nature — they can be deleted and re-pointed — but treating them as immutable is what makes them trustworthy. A tag that moves is worse than no tag, because everything that recorded "v2.4.1" now refers to something else. Protect release tags and never re-point one.

Primary sources

  • https://learn.microsoft.com/en-us/azure/devops/repos/git/git-tags
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.