You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Please vote this issue up (👍) to prioritize it.
Leave comments to help us solidify the vision.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: