Hacker News new | ask | show | jobs
by davidelettieri 810 days ago
Bicep might be a better option to do IAC on azure.
2 comments

Bicep is just a set of macros for the JSON templating. I get why it was invented, I tried to use it about a dozen times, have always fallen back to either Terraform or raw Azure templates (which I actually prefer since they’re so, so easy to handle programmatically and work essentially like serialized API call data).
I find it easier than terraform since when using bicep you don't need to track state.
But then you have two problems