Migrating from ARM?
#14713
Replies: 2 comments 1 reply
-
@aronchick I think the best option available today would be to invoke the Bicep CLI programmatically in Go and then pass the output in as the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh rats - we can’t ship a CLI which is why we’re using the sdk. Guess we’ll
wait
…On Thu, Aug 1, 2024 at 06:31 Anthony Martin ***@***.***> wrote:
@aronchick <https://github.com/aronchick> I think the best option
available today would be to invoke the Bicep CLI programmatically in Go and
then pass the output in as the template in your example. You might be
able to find some examples by searching GitHub:
https://github.com/search?q=path%3A*.go%20bicep%20build&type=code.
—
Reply to this email directly, view it on GitHub
<#14713 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMQ5JNQWSP7UR3MWRIAATZPI2DJAVCNFSM6AAAAABLY6Z6KCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRRGI3TMOI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use Bicep, but need to write in Go.
My arm code looks like this right now:
How would i do the same thing with Bicep?
Beta Was this translation helpful? Give feedback.
All reactions