Debugging Errors on Azure DevOps

Preface – This post is part of the SAP on Azure series. Introduction Azure DevOps is a powerful version management tool. Its CI/CD pipeline keeps the work in flow without interruption. But sometimes, even Azure DevOps ends with errors. These error can be categorized...

Azure Repository and Branches

Preface – This post is part of the SAP on Azure series. Introduction Azure DevOps pipeline configuration starts with Azure Repository and Branches. We firstly create an Azure DevOps Repo, and then create our branches within it. Then only we can configure Azure...

Azure Pipelines Overview

Preface – This post is part of the SAP on Azure series. Introduction A pipeline is a user defined flow of deployment steps. Azure too provides an option to design a pipeline. Azure Pipelines combines powerful automation activities such as Continuous Integration (CI)...