Just is a simple command runner. You can get if from https://just.systems. I use it meanwhile regularly, and it improves consistency between my local environment and my CI/CD pipelines. Let me explain...
Azure Bicep, the next-generation declarative language for Azure Resource Manager (ARM) templates, is designed to simplify resource deployment. One of its powerful features is decorators. This blog pos...
Microsoft Azure Bicep is a domain-specific language (DSL) for deploying Azure resources declaratively. It aims to significantly simplify the process of writing Azure Resource Manager (ARM) templates. ...
Introduction
Recently, we added a mandatory diagnostic setting to the blob service in our storage account module. This sends audit logs to a central log analytics workspace.
⛶resource diagn...
Introduction
As a platform team, one of the platforms we manage is Azure DevOps. The users and teams using the platform keep growing, and with this growth, we need to implement more tools to ...