Skip to content

Anchormen/azuredevops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Devops Labs

Introduction

Within these labs you will explore Azure Devops and learn the basics of the most important features used: yaml file, CI/CD, production/development environments and container steps. You will do this by:

  • Developing a simple CI/CD pipeline to build and push an image to Azure Container Registry (ACR) and deploy it to Azure Kubernetes Service (AKS).
  • Add additional script steps and tasks.
  • Use AKS namespaces to build different environments for productions and development.
  • Use pull request.
  • Add flake8 as a python linter in the CI/CD pipeline.
  • Add isort to sort imports alphabetically.
  • Add black as Python code formatter.
  • Add additional tests and features to the app provided.
  • Add a containerized step.

Getting Started

Before you can start building, you need an AKS cluster, an ACR and a Devops project. Follow the steps in the included guide Azure_Devops_Labs.docx.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published