Pipelines

Pipelines (CI/CD YAML or Classic)

CI = Build CD = Deploy

✔ Build apps (Docker, .NET, Node, Python) ✔ Run tests ✔ Lint, SAST (SonarQube), DAST (Snyk) ✔ Create Docker images ✔ Publish artifacts ✔ Deploy to:

  • AKS

  • VM

  • App Service

  • ACR

  • Functions

  • Kubernetes

  • ArgoCD

Supports both:

  • YAML pipeline

  • Classic pipeline

Last updated