Skip to content

Configurations as bicep code #5546

Answered by brwilkinson
rgerteis asked this question in Ideas

You must be logged in to vote

There are several points to cover here, that you have made.

First of all it’s JSON

There is an open issue to be able to have a Bicep native language parameter file, it might be worth noting on that issue that loadtextcontent() should also be under consideration for that issue, to allow bicep data format.

In saying that json is a common data format that is used by ARM, so often it's very useful to integrate or interoperate via json when importing data. The json format serializes to a string very well, which is makes it practical for data exchange.

Secondly it feels clunky.

There are some current issues relating to how the json is handled within Bicep
e.g.

I would r…

Replies: 1 comment 4 replies

You must be logged in to vote
4 replies
@rgerteis

@brwilkinson

@brwilkinson

@rgerteis

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