Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 5 question 53 discussion

Actual exam question from Microsoft's AZ-400
Question #: 53
Topic #: 5
[All AZ-400 Questions]

HOTSPOT
-

You have a GitHub repository that contains a workflow named WF1. WF1 is used to build code for an app named App1.

You need to add a build status badge to the README.md file in the repository for App1.

How should you complete the URL for the badge? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
p2006
2 weeks ago
organization name repository name "The OWNER of the repository is the github organization and the REPOSITORY name is docs."
upvoted 1 times
Seanm45
4 days, 4 hours ago
The owner of the repo is the 'parent' of the repo, whether it's you (which the question references), an individual, or an organization. If you have a personal repo, that URL will be your GitHub username. Either way, the first part of the URL is the repository owner Repository owner Repository name
upvoted 1 times
...
...
swk2az400
2 months ago
Answer is correct Example: https://github.com/OWNER/REPOSITORY/actions/workflows/WORKFLOW-FILE/badge.svg See: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/adding-a-workflow-status-badge
upvoted 1 times
...
Christian_garcia_martin
2 months, 4 weeks ago
Given answer is correct https://github.com/ Repository owner / Repository name / actions/workflows/WF1.yml/badge.svg If WF1 is in a specific branch, you can pinpoint the badge to that branch like so: https://github.com/ Repository owner / Repository name / actions/workflows/WF1.yml/badge.svg?branch= branch name This will show the status of WF1 from the specified branch. Please replace Repository owner, Repository name, and branch name with actual values.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...