Microsoft DevOps Engineer Expert AZ-400 Practice Question

You manage an Azure Repos Git repository for a mission-critical application. For each successful production deployment, you must add an immutable marker that stores the deployment date and the build pipeline ID and that is queryable by downstream dashboards. The marker must be pushed to the remote repository and must prevent accidental overwriting. Which Git command accomplishes this goal after you have checked out the deployed commit?

  • git tag -l release-2023.08.15 && git push origin --tags

  • git tag -f release-2023.08.15 && git push --force origin release-2023.08.15

  • git push origin :refs/tags/release-2023.08.15

  • git tag -a release-2023.08.15 -m "Prod deploy build 257" && git push origin release-2023.08.15

Microsoft DevOps Engineer Expert AZ-400
Design and implement a source control strategy
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot