Skip to content

Does bicep support ARM linked template hierarchies? #1480

Discussion options

You must be logged in to vote

We have replaced the need for linked templates with modules. This allows you to split up your bicep project into multiple files, and then when you run bicep build, we combine everything into a single ARM template with nested deployments so it is easy to deploy (no staging to storage), but it is functionally equivalent to what you are doing with linked templates.

This does not cover any non-template artifacts though (i.e. a .ps1 script), so if you need those in your deployment those will still need to be staged to a public endpoint.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by springcomp
Comment options

You must be logged in to vote
2 replies
@brwilkinson
Comment options

@springcomp
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants