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 […]
October 29, 2024

Deploying a Log Analytics Workspace Using Azure Verified Modules

Deploying a Log Analytics Workspace using Azure Verified Modules (AVM) with Bicep is a streamlined process that leverages the standardized practices of the Azure infrastructure-as-code framework. […]