> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/integrations-in-avo-assure/devops-integration/code-snippet/ci-cd-azure-devops.md).

# 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

{% 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)

Prerequisites for CI / CD Azure DevOps

[**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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
