Introduction To Azure DevOps

Azure DevOps is a recent continuous integration (CI) and continuous delivery (CD) service provided by Microsoft. It works with any managed Git provider and can deploy to most major cloud services, which allow for Azure services. Azure DevOps provides pipelines to configure and automate builds and releases to different environments. These pipelines can be in YAML or as visual models in the Azure DevOps webpages. Azure DevOps is a fast way to automate build (CI) and deploy (CD) projects and make them available to users.

Pre-requisites:

  • Azure subscription, a free account can be created using this URL.
  • Github account (or) Azure Repos (or) TFS

Create Azure DevOps Organization

  • The first step is to navigate to https://dev.Azure.com and sign in to Azure DevOps. If never done before, a new organization needs to be created.

Image title