.Net support for natively deploying bicep template #15329
Replies: 3 comments 2 replies
-
Why? |
Beta Was this translation helpful? Give feedback.
-
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.
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
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