# Azure DevOps

To view your deployment data, you must integrate your CI/CD tool with Typo. Once integrated you can configure the settings using the configure button present on the top right corner.

For Azure DevOps, we offer webhook integrations.

Here is the webhook that needs to be configured at your end to sync data from your Azure DevOps: `https://webhook.typoapp.io/api/v1/webhook/azure-devops/xxxx`

{% hint style="info" %}
*Note: Please connect for the custom webhook URL associated with your account at* [*hello@typoapp.io*](mailto:hello@typoapp.io)*.*
{% endhint %}

### **Step 1:** Create a subscription

#### Steps to be followed to create a subscription in Azure DevOps:

1. Create a subscription by going to Project setting>>Service hooks>>Click "Create Subscription"<br>
2. Select webhooks from the left panel & then set the trigger for the event as "Build Complete"<br>
3. After this, configure the above-mentioned webhook URL for the following event triggers-
   * Release abandoned
   * Release created
   * Release deployment approval completed
   * Release deployment approval pending
   * Release deployment  completed
   * Release deployment  started
   * Run job state changed
   * Run stage approval completed
   * Run stage state changed
   * Run stage waiting for approval
   * Run state changed

{% hint style="info" %}
***Note***: *Please configure only the events that are relevant to your organization. There’s no need to set up all the events mentioned above unless they are applicable to your workflow*.
{% endhint %}

### Step 2: Share Details with Typo

Once integrated, please send us a confirmation & we will complete the configuration at our end.

After completion, you will have all your deployment data in your dashboard now. You can configure it as per your requirements by following the steps mentioned in this link - [Deployment](/typo-help-docs/configurations/ci-cd-deployment.md)<br>


---

# 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://typo.gitbook.io/typo-help-docs/getting-started/integrations/ci-cd-tool/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.
