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
- Host: GitHub
- URL: https://github.com/calloncampbell/azure-devops-build-workshop
- Owner: calloncampbell
- Created: 2018-11-20T18:47:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T04:57:44.000Z (over 7 years ago)
- Last Synced: 2025-06-24T10:08:31.732Z (12 months ago)
- Topics: azure-artifacts, azure-devops, azure-pipelines, ci-cd, continuous-deployment, continuous-integration
- Size: 9.96 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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