Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This *DevOps on Microsoft Azure lab* is designed as a step-by-step guide to demonstrate how you could add DevOps practices for any of your current projects. We are illustrating this lab with a sample ASP.NET Core web app hosted on Azure App Service (Web App) with Application Insights all of which is orchestrated by Visual Studio Team Services (VSTS).

Total duration of this lab: 90 min
Total duration of this lab: 80 min

## Agenda of this lab

1. [Introduction (15min)](./docs/Introduction/README.md)
2. [Lab 1 - Source control (10min)](./docs/Lab%201%20-%20Source%20control/README.md)
3. [Lab 2 - Continuous Integration (30min)](./docs/Lab%202%20-%20Continuous%20Integration/README.md)
3. [Lab 2 - Continuous Integration (20min)](./docs/Lab%202%20-%20Continuous%20Integration/README.md)
4. [Lab 3 - Continuous Delivery (25min)](./docs/Lab%203%20-%20Continuous%20Delivery/README.md)
5. [Lab 4 - Monitor and Learn (10min)](../Lab%204%20-%20Monitor%20and%20Learn/README.md)
7. [Conclusion (15min)](./docs/Conclusion/README.md)
Expand All @@ -28,5 +28,6 @@ Note: It's important to follow the lab in the order exposed, each lab add a key

## History of changes

- 2017-11-16 - Integrate YAML definition for CI - [PR#6](https://github.com/mathieu-benoit/DevOpsOnAzureLab/pull/6)
- 2017-11-15 - Add Gates in the Release pipeline - [PR#5](https://github.com/mathieu-benoit/DevOpsOnAzureLab/pull/5)
- 2017-11-07 - Initial lab for the Agile Tour Quebec 2017
293 changes: 0 additions & 293 deletions docs/Lab 2 - Continuous Integration/CI-BuildDefinition.json

This file was deleted.

Loading