Skip to content

Will it be possible to use bicep parameter file in deployment? #9459

Answered by brwilkinson
stevener78 asked this question in Ideas
Discussion options

You must be logged in to vote

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:

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
Ideas
Labels
None yet
2 participants