Skip to main content

Posts

2025

Extending Azure DevOps pipelines for dynamic orchestration
·5 mins
YAML Azure DevOps DevOps
I recently discovered the extends functionality for Azure DevOps pipelines, which makes it possible to create a pipeline that inherits from another pipeline or template.

2024

AI Innovation Week
·4 mins
Azure AI Azure AI
We recently completed the second innovation week of this year at my current company, where the focus was on using AI to see how it can transform us and the healthcare industry where we operate.
Private Bicep Module Registry with GitHub Actions
·10 mins
Azure Bicep GitHub Action
When using Bicep modules for multiple projects or for diverse clients, an often straightforward approach is to define the modules centrally and replicating those modules in each repository.
Proactive Security with Trivy
·9 mins
Trivy Bicep GitHub Action
In this blog post I want to share my knowledge on how we implemented Trivy for our repositories and as part of our CI/CD pipelines.
Use PSRule for Azure with GitHub Actions
·11 mins
PSRule Bicep GitHub Action
In a DevOps environment, incorporating testing into a continuous integration (CI) process is crucial.