I love challenges in terms of programming just to push my limits of coding further, I love to work with new problems, always trying to find logical solutions.
Thanks for the read! Bicep is Azure’s version of Cloudformation. I have used Bicep to spin out storage account and a blob, purpose for doing that was, so i wouldn't need to worry about tfstate for the blob that would manage tfstates for the actual project.
My current bicep code requires a resource group to be created. Then bicep creates the blob inside. After which terraform is ready to take off. 😊
I will update this later on , how my pipelines handle this use case.
Former software engineer, now in DevOps/Cloud Engineering since 2017. Passionate about the environment, running long distances, backpacking, and veganism. Always seeking sustainable solutions
Thanks for the read! Bicep is Azure’s version of Cloudformation. I have used Bicep to spin out storage account and a blob, purpose for doing that was, so i wouldn't need to worry about tfstate for the blob that would manage tfstates for the actual project.
My current bicep code requires a resource group to be created. Then bicep creates the blob inside. After which terraform is ready to take off. 😊
I will update this later on , how my pipelines handle this use case.
Looking forward to reading it!