> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/settings/steps-to-enable-status-checks-under-azure-devops.md).

# Steps to enable Status Checks under Azure Devops

**Sprinto Check: Merging of code changes should require passing status-checks**

Before you begin

* Ensure you have access to manage the branch policies on Azure DevOps.
* Ensure that the policies are enabled at the branch level.

1. **Enable Branch Policies**\
   \
   **Follow these steps to configure branch policies in Azure DevOps:**
   * **Sign in to Azure DevOps using this link:** [**https://dev.azure.com/**](https://dev.azure.com/)**.**
   * **Navigate to the relevant project and go to Repos > Branches.**
   * **Locate the branch for which you want to enable policies and click on the three dots (`...`) under the branch drawer.**
   * **Select Branch Policies, then enable Require a minimum number of reviewers and set the desired number of reviewers (minimum: 1).**
2. **Add Status Checks**
   * **Scroll down to the Status Checks section within the branch policies page.**
   * **Click the + icon to add a new status check.**
   * **Populate the required fields \[i.e. Status to check] for the status check and click Save.**

     **Reference** [**Video**](https://www.loom.com/share/34c4265944a1486380045b8a5189f3ce?sid=e470f83b-33be-49b9-932d-1b889c4c22dd)**: For additional clarity, refer to the attached video guide outlining these steps.**

**Feel free to reach out to the support team if you encounter any issues during the setup process!**


---

# 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:

```
GET https://docs.sprinto.com/settings/steps-to-enable-status-checks-under-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.
