Question about secretOrRandomPassword? #4751
-
Hey, Am I correct in understanding that I cannot use the secretOrRandomPassword function in .bicepparam? At least, I can't seem to get it to work. According to the documentation, it only mentions the .parameters.json file. I did not find any other topic asking this. Only this discussion about the documentation and where to place it |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That is correct. |
Beta Was this translation helpful? Give feedback.
That is correct.
secretOrRandomPassword
is a feature provided by azd only thru a parameter.json file.The other azd feature you don't get when using
.bicepparam
is the parameter prompting. Azd interactively ask users to input a value for parameters without a default value.