Azure DevOps
It is the Microsoft platform to acomplish DevOps tasks. You know, that things about CD CI.
Some concepts
Continuous Delivery (CD)
Continuous delivery (CD) is a process by which code is built, tested, and deployed
to one or more test and production stages. Deploying and testing in multiple stages
helps drive quality. Continuous integration systems produce deployable artifacts,
which include infrastructure and apps. Automated release pipelines consume these
artifacts to release new versions and fixes to existing systems.
Monitoring and alerting systems run constantly to drive visibility into the entire
CD process. This process ensures that errors are caught often and early.
Continuous Integration (CI)
Continuous integration (CI) is the practice used by development teams to simplify
the testing and building of code. CI helps to catch bugs or problems early in the
development cycle, which makes them easier and faster to fix. Automated tests
and builds are run as part of the CI process. The process can run on a set
schedule, whenever code is pushed, or both. Items known as artifacts are produced
from CI systems.
They're used by the continuous delivery release pipelines to drive automatia
deployments.
Azure Key Concepts
Azure Pipelines Task Reference