Unable to use variables from pipeline UI in main.yaml #359
Unanswered
tblackshaw-kinly
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As stated in the title, I'm trying to use variables from the pipeline UI within our main.yaml file.
We're using the $(variable-name) notation as specified in the instructions, but when trying to use this throughout the yaml it uses the variable name ($(variable-name)) and not the variable value..
Essentially, we want to be able to use the pipeline UI variables to conditionally generate variables to use in the stage names, environment variables and bicep deployment.
Beta Was this translation helpful? Give feedback.
All reactions