An open API service indexing awesome lists of open source software.

https://github.com/calloncampbell/azure-devops-build-workshop


https://github.com/calloncampbell/azure-devops-build-workshop

azure-artifacts azure-devops azure-pipelines ci-cd continuous-deployment continuous-integration

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Azure DevOps in Action

## Objectives

1. Signup for Azure DevOps account and create a project
1. Create a new build pipeline with continuous integration (CI)
1. Create a new release pipeline with continuous deployment (CD) and deploy to Azure
1. Create an artifacts feed and use in our build and release pipelines

###
Before you can create your first build pipeline, you need to have an active Azure account. If you don't already have an Azure account, [free accounts are available](https://azure.microsoft.com/free/).

Already have an account? [Sign in to Azure DevOps](https://go.microsoft.com/fwlink/?LinkId=2014676&WebUserId=20c8e233-2e49-4e1e-92e9-8321b059ed1b&clcid=0x1009).

## References

* [Azure DevOps](https://azure.microsoft.com/en-ca/services/devops/) overview
* [Azure Pipelines](https://docs.microsoft.com/en-ca/azure/devops/pipelines/index?view=vsts) documentation
* [Azure Artifacts](https://docs.microsoft.com/en-us/azure/devops/artifacts/?view=vsts) documentation
* [Azure](https://azure.microsoft.com) overview