# Azure DevOps Integration

Connecting [Azure DevOps](https://azure.microsoft.com/en-gb/products/devops) to ilert helps your team turn critical DevOps signals into actionable alerts. With service hooks, you can trigger ilert alerts from events like work item changes, code pushes, builds, and releases – reducing MTTA by notifying the right on-call responders instantly.

## In ilert: Create a Azure DevOps alert source

1. Go to **Alert sources** -> **Alert sources** and click **Create new alert source**.

   <figure><img src="/files/rmL9OoRxcWnDwcJZQm4Y" alt=""><figcaption></figcaption></figure>
2. Search for **Azure DevOps** in the search field, click the Azure DevOps tile, and then **Next**.

   <figure><img src="/files/1WoRRYB5U40PbeMJ7Hit" alt=""><figcaption></figcaption></figure>
3. Give your alert source a name, optionally assign teams, and click **Next**.
4. Select an **escalation policy** by creating a new one or assigning an existing one.

   <figure><img src="/files/y4Bakf2apGhBN56U8ZPR" alt=""><figcaption></figcaption></figure>
5. Select your [Alert grouping](/alerting/configure-alerting/alert-sources.md#alert-grouping) preference and click **Continue setup**. You may click **Do not group alerts** for now and change it later.

   <figure><img src="/files/nTlB0ZCIW1SP3dj6P9nO" alt=""><figcaption></figcaption></figure>
6. The next page shows additional settings, such as customer alert templates or notification priority. Click **Finish setup** for now.
7. On the final page, an API key and/or webhook URL will be generated. You will need it later.

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

## In Azure DevOps: Create a Service Hook

1. In your Azure DevOps project, open **Project settings**.

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

2. In the sidebar, select **Service hooks** and click **Create subscription**.

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

3. Choose **Web Hooks** and click **Next**.

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

4. Select the **Trigger** (for example, *Work item updated*, *Build completed*, *Code pushed*) and configure **Filters** to reduce noise.

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

5. In **URL**, paste the ilert **Integration URL** you created earlier.
6. Click **Finish** to save the subscription.

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

## FAQ <a href="#faq" id="faq"></a>

**Will alerts in ilert be resolved automatically?**

Yes, as soon as Azure DevOps sends a notification with the type "succeeded", corresponding alerts in ilert will be resolved automatically.


---

# 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.ilert.com/integrations/inbound-integrations/azuredevops.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.
