Will it be possible to use bicep parameter file in deployment? #9459
Answered
by
brwilkinson
stevener78
asked this question in
Ideas
-
Currently we are only able to use bicep file in the template argument in powershell az deployment. Is there a plan to allow bicep in the parameter argument? |
Beta Was this translation helpful? Give feedback.
Answered by
brwilkinson
Mar 24, 2023
Replies: 1 comment 1 reply
-
There is a preview feature to support this... as below. create a bicep config file if you don't already have one. e.g. in vscode command palette. There you can enable the feature {
"experimentalFeaturesEnabled": {
"paramsFiles": true
}
} Here is an overview video recording from the community call. https://www.youtube.com/watch?v=EEZvUqPSNgY&t=14s Here is the related issues with more info: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brwilkinson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a preview feature to support this... as below.
create a bicep config file if you don't already have one. e.g. in vscode command palette.
There you can enable the feature
Here is an overview video recording from the community call.
https://www.youtube.com/watch?v=EEZvUqPSNgY&t=14s
Here is the related issues with more info: