https://github.com/calloncampbell/2018-ignitetour-demos
These are my Azure Pipelines demos for the Microsoft Ignite Tour Toronto
https://github.com/calloncampbell/2018-ignitetour-demos
azure-devops azure-pipelines ci-cd ci-cd-pipeline devops devops-pipeline yaml
Last synced: about 2 months ago
JSON representation
These are my Azure Pipelines demos for the Microsoft Ignite Tour Toronto
- Host: GitHub
- URL: https://github.com/calloncampbell/2018-ignitetour-demos
- Owner: calloncampbell
- License: mit
- Created: 2019-01-08T03:41:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T04:53:25.000Z (over 6 years ago)
- Last Synced: 2025-02-23T08:29:53.254Z (8 months ago)
- Topics: azure-devops, azure-pipelines, ci-cd, ci-cd-pipeline, devops, devops-pipeline, yaml
- Size: 10.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microsoft Ignite The Tour | Toronto Demos

These are my Azure Pipelines demos for the Microsoft Ignite The Tour | Toronto.
## Features
This project demonstrates the following:
* [Azure Pipelines](https://azure.microsoft.com/en-au/services/devops/pipelines/?WT.mc_id=msignitethetour-github-dev20)
* [Azure Pipelines App for GitHub](https://github.com/marketplace/azure-pipelines)
* [Azure DevOps Deployment Gates](https://docs.microsoft.com/en-us/azure/devops/pipelines/release/approvals/gates?WT.mc_id=msignitethetour-github-dev20)
* [Azure App Service Deployment Slots](https://docs.microsoft.com/en-us/azure/app-service/web-sites-staged-publishing?WT.mc_id=msignitethetour-github-dev20)## Additional Links
* Azure DevOps [Azure DevOps Documentation](https://docs.microsoft.com/en-us/azure/devops/index/).
* Explore the [DevOps Resource Center](https://docs.microsoft.com/en-us/azure/devops/learn/).
* Azure DevOps [Hands-On Labs](https://www.azuredevopslabs.com/).
* Azure DevOps [Demo Generator](https://azuredevopsdemogenerator.a.zurewebsites.net/).
* To run your pipeline in a container, see [Container jobs](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=vsts).
* For details about building GitHub repositories, see [Build GitHub repositories](https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=vsts).
* Using YAML to defined your [Azure Pipeline](https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started/pipelines-get-started?view=vsts).
* To learn what else you can do in YAML pipelines, see [YAML schema reference](https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts).