Skip to content

bicepparam files #17029

Answered by johnlokerse
pattisanta asked this question in General
Apr 28, 2025 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

No that is not possible, but if I understand your question correctly you want to share values from Bicepparam files across Bicep files and avoid duplicates? If yes, you can do it the other way around.

If you have Bicep files which have parameters with the same parameter name you can make use of extendable parameters. You still need multiple parameters files for this though, but you can share value (or extend) from a base Bicepparam and avoid duplicates. This document might help you understand what it does: https://github.com/Azure/bicep/blob/main/docs/experimental/extendable-param-files.md

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@pattisanta
Comment options

@johnlokerse
Comment options

@pattisanta
Comment options

Answer selected by pattisanta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants