> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure DevOps Webhook Event

Azure Webhooks allow us to get more out of Azure Alerts. You can specify an HTTP or HTTPS endpoint as a webhook while creating or updating an alert on the Azure Portal. For more information, visit the [Azure DevOps documentation](https://learn.microsoft.com/en-us/azure/devops/service-hooks/services/webhooks?view=azure-devops).

## Sample Event

```json theme={"dark"}
{
  "eventType": "git.push",
  "messages": {
    "text": "example",
    "html": "<p>example</p>",
    "markdown": "example"
  },
  "detailedMessage": {
    "text": “example",
    "html": "<p>example</p>",
    "markdown": "example"
  },
  "resource": {
    "id": "example",
    "url": "https://example.com",
    "name": "example",
    "field1:": "example"
  }
}
```
