Author: Shan

Create Sprints in Azure DevOps

In Azure DevOps, Sprints are called as Iterations and to create these iterations you need to have Project Admin access. After creating these iterations you need to assign them to specific teams or to...

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...