6 ms·
Bicep might be a better option to do IAC on azure.
by davidelettieri 2y ago
Bicep might be a better option to do IAC on azure.
- rcarmo 2y agoBicep 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).
- davidelettieri 2y agoI find it easier than terraform since when using bicep you don't need to track state.
- outside1234 2y agoBut then you have two problems