Your first contribution to Azure Verified Modules

If you are using Azure Verified Modules, either the Bicep or Terraform modules, you have likely encountered scenarios where you wished for additional features. This blog is a practical guide to help you make your first contribution to Azure Verified Modules, enabling you to turn those additional features into reality. This blog will focus on … Continue reading Your first contribution to Azure Verified Modules

Azure Bicep Cheat Sheet

I am happy to share my side-project on Azure Bicep: Azure Bicep Cheat Sheet - A quick-reference guide! What is a cheat sheet? Cheat sheets are valuable tools offering quick references to essential information. They enhance efficiency by providing concise summaries and consolidating vast details into a digestible format. In this cheat sheet, several Azure … Continue reading Azure Bicep Cheat Sheet

Create Azure resources using CLI

Microsoft offers several ways to manage your Azure cloud resources. One using the GUI, the Azure Portal, but when you want to use automation to create resources you need something more versatile, for example, the command line. In this blog post, I want to show how to create and manage your Azure resources using Azure … Continue reading Create Azure resources using CLI