March 13, 2025

Azure Client Tools Architecture: A Practical Guide to Choosing the Right Tool for Managing Azure

Azure provides multiple ways to interact with and provision resources, each designed to suit different workflows and preferences. Whether… Continue reading on Azure Terraformer »
January 22, 2025

Azure Bicep parameters

Parameters are essential when authoring Bicep configuration files. They make your template reusable and polyvalent. In this blog post, I will explore ways to manage parameters […]