-
Notifications
You must be signed in to change notification settings - Fork 772
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
Cannot use modules with templateSpec aliases in upper AD Tenants/Environments due to templateLink.id hard set to development environments RG #5010
Comments
Is there an option to have multiple bicepconfig.json files associated with each environment? i.e. |
Currently for our templateSpecs we
To achieve this I believe would either have to
What's more interesting is the bicep registry which we have already seen places to reduce our bicep code (snippets of bicep) reuse. Currently we see using the BR in our development cycle and produce the final templates that get published to templateSpecs We only see having the registry within our development area Thoughts? |
Hi stweb1963, this issue has been marked as stale because it was labeled as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thanks for contributing to bicep! 😄 🦾 |
Issue
When using a module that references a templateSpecs template the generated output is hard referenced to the final resourceId of the
Unfortunately we operated in 3 distinct tenants/environments (dev/uat/prod) and deploy our templateSpecs into a targeted resourceGroups per environment
The issue we have is due to the hardcoded templateLink.id we cannot use the generated output in any environment other then the one we develop and deploy from.
Example
Desired
Allow the ability to override the templateLink.Id final format
The text was updated successfully, but these errors were encountered: