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

# Azure DevOps

Avo Assure seamlessly integrates with Azure DevOps, enabling test artifacts to be pushed into and pulled from the Azure DevOps repository. This integration supports effective version management of artifacts such as the Element Repository folder, Test Case folder, Data Table, and Execution List. The Azure DevOps repository acts as a secure storage space, facilitating team collaboration on shared artifacts.

### This Document Includes

[**Prerequisites**](/avo-assure/integrations-in-avo-assure/versioning/azure-devops/prerequisites.md)\
Pre-requisites for Azure DevOps Integration.

[**Azure DevOps API Token Generation**](/avo-assure/integrations-in-avo-assure/versioning/azure-devops/api-token-generation-in-azure-devops.md)\
Steps to generate API token in Azure DevOps.

[**Configuring Azure DevOps in Avo Assure**](/avo-assure/integrations-in-avo-assure/versioning/azure-devops/configuring-azure-devops-in-avo-assure.md)\
Steps for instructions on configuring Azure DevOps.

[**Pushing Data to Azure DevOps Repository**](/avo-assure/integrations-in-avo-assure/versioning/azure-devops/configuring-azure-devops-in-avo-assure/pushing-data-to-azure-devops-repository.md)\
Steps for instructions on pushing data to Azure DevOps.

[**Pulling Data from Azure DevOps Repository to Avo Assure**](/avo-assure/integrations-in-avo-assure/versioning/azure-devops/configuring-azure-devops-in-avo-assure/pulling-data-from-azure-devops-repository.md)\
Steps to pull an older version of data from Azure DevOps.

[**Versioning Actions**](/avo-assure/integrations-in-avo-assure/versioning/bitbucket/version-history.md)\
Steps to view and manage the version history in Azure DevOps.

[**Review Test Artifacts**](/avo-assure/integrations-in-avo-assure/versioning/bitbucket/reviewing-test-artifacts.md)\
Steps to review a Test artifacts.


---

# 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/versioning/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.
