Skip to content

Commit

Permalink
it is what it is
Browse files Browse the repository at this point in the history
  • Loading branch information
philspokas committed Oct 22, 2024
1 parent 095f07b commit b7da3b8
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 24 deletions.
22 changes: 8 additions & 14 deletions exercises/deploy.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# Pipeline Deployment Exercises

Continous Deployment 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 depends on Jobs 2 and 3 and always runs regardless of Job 2 and Job 3 outcomes

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
<tbd>

Continous Deployment related exercises

## Container Jobs
-
## App deploy
- publish to app service

## Container Deployment
-
- build container
- upload to registry
- deploy
- options for deployment

18 changes: 18 additions & 0 deletions exercises/jobs.md
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
8 changes: 7 additions & 1 deletion notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azur

* gh release notes and release.yml

### Pipelines
## Pipelines
* Azure Deployment Environments
* Azure DevOps extensions and pipeline decorator
- pipeline expressions: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/expressions?view=azure-devops
Expand All @@ -306,6 +306,12 @@ https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azur
* Pipeline retention policies and leases
* Deployment groups

## tests
https://microsoftlearning.github.io/AZ400-DesigningandImplementingMicrosoftDevOpsSolutions/Instructions/Labs/AZ400_M03_L09_Set_Up_and_Run_Functional_Tests.html

## Security
https://learn.microsoft.com/en-us/training/paths/implement-security-through-pipeline-using-devops/

## Monitoring and Metrics
https://learn.microsoft.com/en-us/training/modules/automate-inspection-health/

13 changes: 4 additions & 9 deletions schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,10 @@ You can take as many assessments as you'd like.

## Session 6, Deployment scenarios<p/>Nov 05, 2024

<b><i>draft</i></b>

1. dependency patterns
1. Parallel jobs
1. Retention policies
1. Advanced triggering scenarios
1. Reporting
1. GitHub Action Workflows
1. Status checks
1. Jobs
1. Dependencies and expressions
1. Parallel jobs
1. Container obs

## Session 7, Testing in pipelines<p/>Oct 29, 2024

Expand Down

0 comments on commit b7da3b8

Please sign in to comment.