CI/CD Azure DevOps

Azure DevOps is a cloud-based platform from Microsoft that provides tools to plan, build, test, and deliver software through all stages of the development lifecycle. Continuous Testing is integrated into the CI/CD pipeline using Azure Pipelines, automatically running tests on code commits or builds, with results tracked via dashboards and reports to ensure code quality throughout the process.

Key Benefits:

  • Early bug detection

  • Faster feedback

  • Improved release reliability

circle-info

Note: Azure DevOps supports multiple scripting languages for pipeline execution (such as cURL, Shell-wget, Python, PowerShell). In this documentation, we have provided an example using Shell-wget. You can use other supported languages as needed.

This document includes:

Prerequisites

Prerequisites for CI / CD Azure DevOps

Navigate to Code Snippet

Steps to navigate and copy Code snippet from Avo Assure

Azure DevOps Integration

Steps to Azure DevOps Integration with Avo Assure

Last updated