Skip to content

Project proposal: end-to-end DevOps pipeline on Azure with Terraform - #2968

Merged
ericcornelissen merged 1 commit into
KTH:2026from
LeuisKen:project-jiaxun-miaoli
Sep 10, 2026
Merged

Project proposal: end-to-end DevOps pipeline on Azure with Terraform#2968
ericcornelissen merged 1 commit into
KTH:2026from
LeuisKen:project-jiaxun-miaoli

Conversation

@LeuisKen

@LeuisKen LeuisKen commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Assignment Proposal

Title

An end-to-end DevOps pipeline on Azure with Terraform

Names and KTH ID

Deadline

  • Task 3

Category

  • Project

Description

We want to build a complete DevOps pipeline for a small web application of our own. The mandatory parts map to our stack as follows:

  • Build and test (CI): Azure Pipelines runs the build and the tests on every pull request.
  • Deployment (CD): the pipeline deploys to Azure once the checks pass, and it authenticates through workload identity federation.
  • Infrastructure as code: the Azure resources are described in Terraform.
  • Development platform: the code and the pull request flow live on KTH GitHub.
  • Quality and security automation: Trivy scans the Terraform configuration and the dependencies, and a finding blocks the pipeline.
  • AI-assisted tools: this will be covered in the report.

Relevance

The value of DevOps comes from the parts working together, not from any single tool. This project puts build, test, infrastructure and deployment into one repository and one pipeline, and demonstrates how a real-world application is delivered.

@LeuisKen

LeuisKen commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

@ericcornelissen @algomaster99 any review, please?

@ericcornelissen ericcornelissen self-assigned this Sep 10, 2026

@ericcornelissen ericcornelissen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, best of luck with the project!

@ericcornelissen
ericcornelissen merged commit 00340b9 into KTH:2026 Sep 10, 2026
5 checks passed
@LeuisKen

Copy link
Copy Markdown
Contributor Author

@ericcornelissen Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants