Azure Bicep Tips & Tricks

After working with Azure Bicep for some time, I'd like to share the daily tips and tricks that I have gathered. These insights will not only make writing Azure Bicep code more enjoyable but also significantly improve its readability. #1: Adopt a prefix convention Azure Bicep aims to improve and simplify the authoring experience with … Continue reading Azure Bicep Tips & Tricks

Subnetting in Azure Bicep

In this blog, I am writing about Bicep CIDR functions and will show a practical example on how to use this. With these CIDR functions subnetting in Bicep has been made easier. We can now create subnets programmatically. What is CIDR? CIDR stands for Classless Inter-Domain Routing and it is a method of allocating IP … Continue reading Subnetting in Azure Bicep

The “Awesome Azure DevOps” community repository

Are you looking for a curated list of Azure DevOps blogs, videos, or podcast content? Then this post is for you. I have bundled helpful Microsoft official and community-created Azure DevOps content and listed them on GitHub. Repository The goal of this repository is to have a central place with awesome Azure DevOps content. So … Continue reading The “Awesome Azure DevOps” community repository

Secret scanning in Azure DevOps with Defender for DevOps

In this blog, I am writing about Defender for DevOps and Microsoft DevOps Security. This blog explains the required steps on how to configure Defender for DevOps to make your code more secure with secret scanning. What is Defender for DevOps? Microsoft Defender for DevOps is a new addition to Defender for Cloud. At the … Continue reading Secret scanning in Azure DevOps with Defender for DevOps

Simplify Azure DevOps License Management with Group Rules

Managing user access and permissions in Azure DevOps can be a time-consuming task, especially for larger organizations. In this blog post, I am going to write about Azure DevOps group rules. Group rules can help to make Azure DevOps user management easier and make the onboarding and offboarding process more efficient. What is a Group … Continue reading Simplify Azure DevOps License Management with Group Rules