Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @include directive for Bicep templating #89

Open
flanakin opened this issue Mar 22, 2023 · 0 comments
Open

Add @include directive for Bicep templating #89

flanakin opened this issue Mar 22, 2023 · 0 comments
Labels
Skill: Deployment Resource deployment automation via bicep or terraform

Comments

@flanakin
Copy link
Collaborator

⚠️ Problem

There are some common patterns that we'll use in multiple bicep files that could be error prone when repeated often or introduce maintenance burden when needing to update them.

🛠️ Solution

Add an option to include reusable files using our Bicep templating. Something like:

// @include ../../include/telemetry.bicep

Consider explicit directives for the most common scenarios, like telemetry.

// @telemetry 'unique-id'

🙋‍♀️ Ask for the community

We could use your help:

  1. Please vote this issue up (👍) to prioritize it.
  2. Leave comments to help us solidify the vision.
@flanakin flanakin added the Skill: Deployment Resource deployment automation via bicep or terraform label Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skill: Deployment Resource deployment automation via bicep or terraform
Projects
None yet
Development

No branches or pull requests

1 participant