List of questions
Related questions
Question 355 - AZ-400 discussion
You have an Azure subscription that contains the resources shown in the following table.
Project1 produces npm packages that are published to Feed1. Feed1 is consumed by multiple projects. You need to ensure that only tested packages are available for consumption. The solution must minimize development effort. What should you do?
A.
Create a feed view named @default. After the npm packages test successfully, configure a release pipeline that tags the packages as release.
B.
Create a feed view named @release and set @release as the default view. After the npm packages test successfully, configure a release pipeline that tags the packages as release.
C.
Create a feed view named @release and set @release as the default view After the npm packages test successfully, configure a release pipeline that promotes a package to the @release view.
D.
Create a feed view named @default. After the npm packages test successfully, configure a release pipeline that promotes a package to the @default view.
Your answer:
0 comments
Sorted by
Leave a comment first