.Net support for natively deploying bicep template #15329
Unanswered
Hana-fubuki
asked this question in
General
Replies: 3 comments 2 replies
-
It's possible to do compilation using the Azure.Bicep.Core nuget package with fairly minimal code - here's a gist example: https://gist.github.com/anthony-c-martin/917660b367b998685ea8805abe3a8298 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for this @anthony-c-martin , would you happen to have an example where this works with a bicep registry? Currently am able to get this working on a bicep files that aren't using registries but stuck on when using files that references a registry |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently there's no way to easily deploy bicep templates via .Net application. I have seen recommendations but they are extremely hackish.
Is there any thoughts on creating a nuget package that can could easily be used to deploy bicep templates from a .Net application
Beta Was this translation helpful? Give feedback.
All reactions