Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
My friend and Microsoft MVP David Wyatt recently asked me to provide him with an Azure Key Vault for...
Modularity is a key when designing and coding Infrastructure as Code. You need to generalize and be...
Introduction In a fast-paced world of software development, finding the right frameworks...
When deploying Azure resources with Bicep, you might have encountered the need for elevated...
Microsoft introduced the AVM(Azure Verified Modules) as part of an effort to help internal and...
How is everyone handling change management for their Infrastructure as a Code (IaC) projects? Since...
Parameters are essential when authoring Bicep configuration files. They make your template reusable...
Working with Bicep means you must deploy your infrastructure with a pipeline. There are a few steps...
There are several options for deploying resources in Azure with Bicep from a GitHub repository. You...
Issue is fixed!!! The issue from this blog is fixed with v4.839.500, v4.639.500 and...
Introduction Setting up a hybrid identity lab is a fantastic way to dive into the world of...
In the Bicep Language, just like in the arm template, variables and parameters have a data type:...
What is bicep and how does it help streamline deployments into Azure? This article will answer this...
A practical guide to resolving version conflicts when updating Bicep on Windows-based CI/CD agents.
Rush saves new version numbers to package.json files, while Bicep templates are using...
🔐 Securing Bicep Outputs: A Game-Changer for Logic App Deployments While developing a...
Some time ago, I wrote an article about Docker Hub rate limits and described ways to mitigate them....
Just is a simple command runner. You can get if from https://just.systems. I use it meanwhile...
TLDR In this post, I'm covering how to set up an Azure ML Workspace in a secure way. The...
Edit: Since writing this blog, it has been pointed out to me that Cloudflare can enable end-to-end...
This post outlines the configuration needed to implement rush orchestration for the following...
Azure Bicep, the next-generation declarative language for Azure Resource Manager (ARM) templates, is...
Introduction As a platform team, one of the platforms we manage is Azure DevOps. The users...
A few weeks ago, I presented the Bicep-Deploy GitHub Action that could test and deploy Bicep...
Microsoft Azure Bicep is a domain-specific language (DSL) for deploying Azure resources...
To take full advantage of versioning implemented in the previous steps, the deploy.yml file needs to...
Comparing two popular Infrastructure as Code tools—Terraform and Bicep—for Azure environments. Includes pros, cons, and code examples.