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 […]
December 11, 2024

Azure Resources CMK Encryption with Azure Bicep

Azure Customer Managed Key (CMK) Encryption enhances security across Azure resources and ensures compliance. The configuration varies by resource, requiring Key Vault, key, version, and identity […]