exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 8 question 77 discussion

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

DRAG DROP
-

You have a project in Azure DevOps named Project that has a release pipeline in Azure Pipeline named ReleaseP1.

You need to ensure that when a new release is generated for ReleaseP1, a new release note document is created. The release notes must contain new features and bug fixes.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
[Removed]
Highly Voted 1 year ago
I believe it should be: 1. Create a PAT 2. Create a query that retrieves the feature and bug fix information 3. Create a PowerShell task in releaseP1 that writes the retrieved data to a markdown file.
upvoted 15 times
xRiot007
10 months, 2 weeks ago
1 and 2 are interchangeable. It does not matter if you first get a PAT and then write the script or the other way around. The query script will need a PAT to access and retrieve relevant data, than a powershell task will model that data and save it to a markdown file.
upvoted 2 times
...
...
gabo
Highly Voted 8 months, 2 weeks ago
If you are wondering why a PAT is needed if both the repo and pipeline are in Azure DevOps, the powershell task that pulls the information from the repo runs in Azure Cloud and needs access to to the repo using the PAT.
upvoted 13 times
...
yana_b
Most Recent 7 months, 3 weeks ago
1. Create a PAT 2. Create a query that retrieves the feature and bug fix information (includes parameters which will be passed during execution. In order to authenticate against Azure DevOps you can either use a generated PAT) 3. Edit the pipeline and add a new PowerShell Task, the task can point to a .ps1 script inside the repository the pipeline is executed against or inline https://slothycode.com/azure-pipelines-publish-release-notes/
upvoted 2 times
...
renzoku
11 months, 2 weeks ago
1. Create PAT. Necessary for authentication to access Azure Devops resourses 2. Create a query that retrieves the feature and bug fix information. PowerShell script for gathering the information, you need to use some method to authentication, in this case using PAT 3. Create a PowerShell task in ReleaseP1 that writes the retrieved data to a markdown file.
upvoted 4 times
...
Pamban
1 year ago
Guys, had a reserach and found the answer as below. However the SPN and dashboard options are out from this scope. 1. Create Query that retrives the feature and bux fix information 2. Create PAT 3. Create Powershell task in ReleaseP1 that writes the retived data to a markdown file Source: https://slothycode.com/azure-pipelines-publish-release-notes/
upvoted 7 times
...
dipti927
1 year ago
1) CREATE A QUERY THAT RETRIEVES FEATURE AND BUG FIX INFORMATION 2) CREATE A POWERSHELL TASK RELEASEP1 THAT WRITES THE RETRIEVED DATA TO A MARKDOWN FILE 3) ADD A DASHBOARD WIDGET THAT RETRIEVES FEATURE AND BUG FIX INFORMATION
upvoted 3 times
kay000001
1 year ago
Rather than getting an answer from GPT, can you provide a link for your answer?
upvoted 4 times
...
ieboaix
10 months, 1 week ago
agree with this choice. look at https://blog.lpains.net/posts/2020-04-02-automatic-release-notes-azure-devops.
upvoted 1 times
ieboaix
10 months ago
revise my answer to 1. Create a PAT - certainly needed 2. Create a query that retrieves the feature and bug fix information 3. Create a PowerShell task in releaseP1 that writes the retrieved data to a markdown file. https://learn.microsoft.com/en-us/azure/devops/integrate/quickstarts/work-item-quickstart?view=azure-devops
upvoted 2 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 ...