Skip to content

mohamedkdidi/multistage-azure-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multistage Azure DevOps Pipeline

Simple build and release pipeline that builds a container, pushes it to ACR, deploys it to Azure Kubernetes Service linked to an environment.

This example based on an application Go (HTTP server) with multi-step Dockerfile which defines compiling the executable and then building the container to run.

Make sure you set your service connections for Azure Container Registry and Azure Kubernetes Service in azure-pipelines.yml file using this variables:

  acrServiceConnexion: '' # Azure Container Registry service connexion
  aksServiceConnexion: '' #  Azure Kubernetes Service service connexion
  containerRegistry:   '' # your container registry name xxx.azurecr.io

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published