Skip to content

Commit 307b6d1

Browse files
committed
topic: add Azure DevOps
1 parent 2fa697a commit 307b6d1

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

topics/azuredevops/README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## What is Azure DevOps?
2+
3+
### Overview
4+
5+
Azure DevOps supports a collaborative culture and set of processes that bring together developers, project managers, and contributors to develop software.
6+
It allows organizations to create and improve products at a faster pace than they can with traditional software development approaches.
7+
8+
### Azure DevOps workflow
9+
10+
N/A
11+
12+
### Official website documentation of Azure DevOps
13+
14+
- https://learn.microsoft.com/en-us/azure/devops
15+
16+
## Prerequisites
17+
18+
- Basic CICD concept
19+
20+
## Installation
21+
22+
### How to install Azure DevOps?
23+
24+
- No need to insatall, just use: https://dev.azure.com/
25+
26+
## Basics of Azure DevOps
27+
28+
### Azure DevOps quick start
29+
30+
- https://learn.microsoft.com/en-us/azure/devops/pipelines/create-first-pipeline
31+
32+
### Azure DevOps Hello World
33+
34+
- Check the [basic/](./basic/) directory to create a simple Azure DevOps demo.
35+
36+
## Beyond the Basics
37+
38+
### Hands-On Example
39+
40+
- Check the [advanced/](./advanced/) directory for more Azure DevOps examples.
41+
42+
## More...
43+
44+
### Recommended Books
45+
46+
- TODO

topics/azuredevops/advanced/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# To be implemented

0 commit comments

Comments
 (0)