ExamQuestions.com

Register
Login
Microsoft Azure DevOps Solutions (AZ-400) Exam Questions

Microsoft

Microsoft Azure DevOps Solutions (AZ-400)

314 / 375

Question 314:

Your company has five different applications that share some of the core functionalities. You built a package that contains reusable code. That can be used by all the applications. The package is deployed to Azure Artifacts. The applications are allowed to use the package. All the applications and the package are ensuring CI/CD using Azure pipelines. 
One of your team members identified a security bug in the package. To avoid any potential threat to any of the referenced applications, you need to take a few steps. Which out of the following options is not required at this stage?

Answer options:

A.Create a branch for the package.
B.Update the version of the package before the commit.
C.Update pipelines for all the applications to pull the package dependency.
D.Reference the new version of the package in all the applications and commit.