Question 234:
You need to define a secret in the release pipeline. The secret can only be used in the “Release” stage of the pipeline. How would you ensure that the secret is only defined for the “Release stage”?
Answer options:
A.Add a trigger for the Release stage only. B.Add a scope for the variable. C.Add a tag for the variable. D.Add it as an option for the Release stage only.