> 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/azure-devops-integration.md).

# Azure DevOps Integration

Step-by-step process to integrate Azure DevOps with Avo Assure

1\. Login to **Azure DevOps** by using Azure DevOps credentials

2\. Select **Organization** and select **Projects** which is configured in Azure DevOps

<figure><img src="/files/Lu9ZTKznyLwihz3fOcyC" alt=""><figcaption></figcaption></figure>

3\. Click **pipeline** work item present in left pane of project window, then select **Releases** option, to navigate Releases window.

<figure><img src="/files/MxOqh26GHjvK5AGCzs0V" alt=""><figcaption></figcaption></figure>

4. Select Configured **Pipeline** from left side of pane of Releases window, select **desire Release** from selected pipeline window. This action will bring up **Release’s** Window.

<figure><img src="/files/gZrWDabSwDwOWpMosla5" alt=""><figcaption></figcaption></figure>

5. Click **Edit** button present in top pane of Release window, then select **Edit pipeline** option, to navigate pipeline window

<figure><img src="/files/YTHqqenDOBSwjCuY6CcP" alt=""><figcaption></figcaption></figure>

6. Select **Tasks** option from top pane of pipeline’s window, select Task version from Task version dropdown, then enter Display name in **Display name** text box.
7. Click **Command Line** textbox, paste the copied code from the Avo Assure Code Snippet in the script text area and click **Save** button located in Top Pane.
8. Click **Create release** button located in top right pane of pipeline’s window, this action will bring up **Create a new releases** pop window.

<figure><img src="/files/Sim2ewPshOmucGewmfwV" alt=""><figcaption></figcaption></figure>

9. Select **Stage** from Stage for a trigger change from automated to manual dropdown, and enter **Releases related information** in Releases description textbox, then click **Create** button.

<figure><img src="/files/xI9ekzL9yMwU8o7gCbPr" alt="" width="552"><figcaption></figcaption></figure>

10. Agent starts triggering the execution through the code provided


---

# 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/azure-devops-integration.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.
