Skip to content

How do I build bicep file with a specific parameter file? #3239

Answered by alex-frankel
sreejaptfa asked this question in Q&A
Discussion options

You must be logged in to vote

params are not required during the build phase, they are only needed for deployment. So you could specify:

az deployment group create -f main.bicep -p params.json ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@brwilkinson
Comment options

Answer selected by brwilkinson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants