Skip to content

Converting existing, manually created resources to bicep #4397

Answered by brwilkinson
eja-git asked this question in Q&A
Discussion options

You must be logged in to vote

Option 1 is the easiest for sure, however you lose the opportunity to build modular templates with that option. Also, it's not exactly 'simple' doing it this way, since often the export will still have properties and values that are not actually required or are not the latest API versions. i.e. they may be read only properties.

If you take up option #2 you can build things with better naming standards and in a much more modular fashion.

The main difference will be that you can iterate over your deployments many more times with option #2. Including seeing that a naming format was not perfect, so you just delete it, fix the template then redeploy it. With the iterative approach, you will pr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eja-git
Comment options

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