Recent Posts

A Festive Tale - The Mystery of Hidden Tags

4 minute read

In the world of cloud management, every detail matters—but what happens when a crucial tag goes missing? Azure Tags are designed to bring order and clarity, ...

Build a Custom Extension for Bicep

8 minute read

In a previous post about Bicep Local, I explained how this feature enables the creation of custom extensions that can be used directly within Bicep. Also tha...

Bicep pattern parameter

1 minute read

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 ...

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...