# Azure DevOps Integration

Step-by-step process to integrate Azure DevOps with Avo Assure&#x20;

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/FUU3TWuZb6P314b5F34m" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/QrCbckXjanGO28ezUtX0" 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/9QCeAMLxhtTmZt6i7avm" 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/DzyTv1IMpdZoYpOEHhja" 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/HE35bvKkrjZW71SieYrO" 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/ykbxz2jVV9VlaCwlOmkd" alt="" width="552"><figcaption></figcaption></figure>

10. Agent starts triggering the execution through the code provided


---

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