-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from philspokas/session6updates
Session 6 updates
- Loading branch information
Showing
6 changed files
with
61 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Pipeline Deployment Exercises | ||
|
||
<tbd> | ||
|
||
Continous Deployment related exercises | ||
|
||
## App deploy | ||
- publish to app service | ||
|
||
## Container Deployment | ||
- build container | ||
- upload to registry | ||
- deploy | ||
- options for deployment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Pipeline Jobs Exercises | ||
|
||
Job related exercises | ||
|
||
## Dependent Jobs | ||
- Create a pipeline with 4 jobs | ||
- Jobs 2 and 3 depend on job 1 and can run in parallel | ||
- Job 4 is a deployment job that depends on Jobs 2 and 3 and always runs regardless of Job 2 and Job 3 outcome | ||
- Reference https://learn.microsoft.com/en-us/azure/devops/pipelines/process/phases?view=azure-devops | ||
- Use expressions to verify status https://learn.microsoft.com/en-us/azure/devops/pipelines/process/expressions?view=azure-devops | ||
|
||
## Matrix jobs | ||
- Use matrix to run a job on multiple platforms | ||
|
||
## Container Jobs | ||
- Create an Azure Pipelines pipline that uses a container job | ||
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops&tabs=linux | ||
- Service containers provide supporting services to running jobs. An example is a database to execute integration tests. Use with container or other job type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters