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 20, 2025

Chaining Bicep Deployments using Outputs and Stage Dependencies in Azure Pipelines

Sometimes, deploying a Bicep template using the preferred main.bicep method is not possible due to insufficient deployment permissions, especially when deploying across different subscriptions. This requires […]