© 2026 Hashnode
One should generally avoid using Client Secrets to authenticate Azure resources via Service Principals as it can lead to inherent security risks and operational overhead. In one of my earlier articles I wrote about a workaround of overriding ClientSe...

When I started working with Azure DevOps pipelines, one of the biggest challenges I faced was how to securely manage secrets. Hardcoding them inside a pipeline was never an option, and using plain text variables just didn’t feel right from a security...

Goal: When a file is uploaded to one Storage Account, automatically copy the same blob (same path + name) to two other Storage Accounts — all serverless, low-cost, and easy to learn. This mini-project taught me three core Azure skills that show up in...

Azure Data Factory (ADF) is a powerful cloud-based data integration service that allows you to create, schedule, and orchestrate data workflows. When connecting ADF to Azure Storage, there are several networking and security configurations to conside...
