Recent Posts

Bicep for graph resources

6 minute read

For the Bicep language, an extensibility framework exists that adds capabilities to extend Infrastructure as Code deployments to other resources and provider...

A Bicep linting action for GitHub

5 minute read

As Infrastructure as Code (IaC) practices continue to evolve, maintaining clean and error-free code is crucial for seamless deployments. For this process, I ...

The Bicep deployer function

1 minute read

Bicep evolves weekly, and with every release, new functionality is added. With the release of v0.32.4, the last release of 2024, a cool new function was adde...

Exploring the Bicep test framework

6 minute read

As Infrastructure as Code (IaC) becomes increasingly integral to modern cloud deployments, ensuring the reliability and correctness of infrastructure code is...