Category: General

Automating Azure DevOps Agent Setup

Azure DevOps agents are the backbones of CI/CD process as every build or release definition needs an agent machine to run on. But process of setting up an SelfHosted Azure DevOps agent is manual...

Sharing Passwords via Azure KeyVault

Passwords are difficult to manage. Storing it in your device or in a mail service can cause more harm than good. The best way to store the passwords is in Azure KeyVault which can...