Infrastructure as CodeInfrastructure as Code (IaC) transforms manual cloud provisioning into reproductible, versionable code. This approach accelerates deployments, enhance consistency. What is IaC? IaC treats servers, networks and storage as software artifacts. Instead o...Sep 7, 2025·1 min read
Azure Bastion: Secure your Azure environmentAzure Bastion is a fully managed service that provides secure and seamless RDP (Remote Desktop Protocol) and SSH (Secure Shell) connectivity to your Azure VMs directly through the Azure portal. What is Azure Bastion Azure Bastion is a platform-as-a-s...Apr 13, 2025·2 min read
GitOps ExplainedIn the fast-evolving world of DevOps, GitOps has emerged as a game-changing approach to manage and deliver applications and infrastructure. By combining the power of Git with operational best practices, GitOps offers a framework that enables teams to...Apr 6, 2025·4 min read
Pull images from Azure Container Registry from Azure VM using Managed IdentityThis post will describe the required steps to follow in order to pull container images from Azure Container Registry (ACR) using Managed identity attached to the instance. Managed identity provides seamless authentication to Azure resources. Prerequi...Mar 24, 2025·1 min read
DORA Metrics: Key to DevOps SuccessOne of the most effective framework for measuring DevOps success is DORA (DevOps Research and Assessment) metrics. In this article, I will explore what DORA metrics are and how you can leverage them to enhance your DevOps practice. What are DORA metr...Mar 16, 2025·2 min read
Git Cheat Sheet : For-each-refGit offers commands to manage repository efficiently. Today we will talk about the command git for-each-ref . This command is helpful if you are dealing with multiple branches, tags or refs in your repository and need an advance filtering. What is gi...Mar 9, 2025·2 min read
Azure DevOps: Share a service connection across projectsPrerequisite Azure DevOps organization and projects The appropriate permissions to create and manage service connection. See official page here Create a service connection If you don’t have service connection ready to be shared, please the steps ...Mar 2, 2025·2 min read