ExamQuestions.com

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

Microsoft

Microsoft Azure DevOps Solutions (AZ-400)

11 / 375

Question 11:

A team is currently using the Azure Pipeline service for the CI/CD process for an application. The Pipeline needs to make use of a secret that needs to be shared across the pipeline. How would you define the secret?

Answer options:

A.In the YAML file, add a secret variable
B.In the YAML file, add a normal variable
C.Set the secret in the pipeline editor
D.Set the secret in the application