Member-only story

Azure CI/CD Pipeline using Azure Pipelines and Argo CD | Multi Microservice

Always learning
13 min readFeb 24, 2024

Continuous integration (CI) is the practice of automating the integration of code changes from multiple contributors into a single software project.

Continuous delivery (or) deployment (CD) is a 2 part process that refers to the integration, testing, and delivery of code changes. Continuous delivery stops short of automatic production deployment, while continuous deployment automatically releases the updates into the production environment.

First Part 👉 “GitHub to Azure DevOps Migration | Azure Pipelines

The stage environment is as similar to the production environment as it can be. You’ll have all of the code on a server this time instead of a local machine. It’ll connect to as many services as it can without touching the production environment.

buymeacoffee ☕ 👈 Click the link

All of the hard core testing happens here. Any database migrations will be tested here and so will any configuration changes. When you have to do major version updates, the stage environment helps you find and fix any issues that come up too.

--

--

Always learning
Always learning

Written by Always learning

கற்றுக் கொள்ளும் மாணவன்...

No responses yet