Replies: 1 comment 1 reply
-
@vonbartas That will work as long as the
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello :)
Is it possible to load json file in the bicep from a dynamic name ?
e.g.
var environment = 'dev'
var mydata = loadJsonContent('../configs/rules_${environment}.json')
I would need to read files with different configurations depending on the environment.
Thank you in advance for all your suggestions and help
Beta Was this translation helpful? Give feedback.
All reactions