Skip to content

Azure Pipelines Templates, good practices and ideas for handle complex scenarios

License

Notifications You must be signed in to change notification settings

eddyv73/azure-pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure pipelines templates

Azure Pipelines for multiples escenarios

In this repository, you can find multiples scenarios for Azure Pipelines and some "Good" practices.

Considerations

All examples has the same code with minimum differences, this repository has the focus on the azure pipelines.

The solutions in the examples is named : Event Horizont, has two dotnet projects, and a two test projects. Net 6

The APIs in the examples are named : Voyager and Galileo. (Like a spacecrafts)

All Azure DevOps Pipelines Azure DevOps

Base

Scenario :

  • 1 Project Api
  • 1 Project Test

Tech:

  • Dotnet 6

Location:

└ Pipelines /
    └ Basepipeline /
Azure DevOps Pipeline : Build Status

Base multiples projects

Scenario :

  • 2 Project Api
  • 2 Project Test

Tech:

  • Dotnet 6

Location:

└ Pipelines /
    └ BaseMultiplesProjects /
Azure DevOps Pipeline V1 : Build Status

Pipeline Basic Configuration

Location:

└ Pipelines /
    └ BaseMultplesprojectsv2 /
Azure DevOps Pipeline V2 : Build Status

Pipeline Avanced Configuration

Base docker using docker-compose

Scenario :

  • 2 Project Api
  • 2 Project Test

Tech:

  • Dotnet 6
  • Docker
  • Docker-compose
Azure DevOps Pipeline : Build Status

Location:

└ Pipelines /
    └ BaseDocker /

Avanced build with docker using docker-compose

Coming soon

Avanced build and deployment in Azure Kubernetes Service (AKS)

Coming soon

About

Azure Pipelines Templates, good practices and ideas for handle complex scenarios

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published