Diagram Driven Cloud Infrastructure with Cloud Maker

Diagram Driven Cloud Infrastructure with Cloud Maker

While I was learning about bicep I found Cloud Maker – a really nice tool for creating and managing cloud infrastructure.

They started with a tool for drawing cloud infrastructure diagrams – for Azure, AWS, and GCP. Now they are adding a possibility to deploy what you have on your diagram – how cool is that? 🙂

Read more →

Azure ARM template, but it is not JSON!

Azure ARM template, but it is not JSON!

Microsoft has recently released an experimental language for creating Azure ARM templates. It is called bicep.

Syntax on this new language is quite similar to Terraform – which means it is much more readable and developer-friendly:

Read more →