# 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:&#x20;

* Early bug detection&#x20;
* Faster feedback&#x20;
* Improved release reliability&#x20;

{% hint style="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.
{% endhint %}

### This document includes:

[**Prerequisites** ](/avo-assure/integrations-in-avo-assure/devops-integration/code-snippet/ci-cd-azure-devops/prerequisites.md)&#x20;

Prerequisites for CI / CD Azure DevOps&#x20;

[**Navigate to Code Snippet**](/avo-assure/integrations-in-avo-assure/devops-integration/code-snippet/ci-cd-azure-devops/navigate-to-code-snippet.md)

Steps to navigate and copy Code snippet from Avo Assure

[**Azure DevOps Integration**](/avo-assure/integrations-in-avo-assure/devops-integration/code-snippet/ci-cd-azure-devops/azure-devops-integration.md)

Steps to Azure DevOps Integration with Avo Assure


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/integrations-in-avo-assure/devops-integration/code-snippet/ci-cd-azure-devops.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
