February 18, 2026

Azure Bicep Snapshots – Test and Validate Your Code and Deployments

Azure Bicep Snapshots, introduced in version 0.36.1, enables users to generate resource definitions as JSON files, reflecting their configurations in the Azure Portal. This feature allows […]
September 26, 2025

Bicep pattern paramter

On numerous occasions, I observed that this was not widely known; however, when working with the Bicep CLI, several commands (such as build or lint) support […]