Azure DevOps

Receive pipeline and release notifications and log deployments as changes for incident correlation.

InboundCI/CD & DevOps
Start Free Trial

Quick Setup

Copy Webhook URL

Go to your Alert24 dashboard and copy the webhook URL for Azure DevOps.

Configure Azure DevOps

Add the webhook URL in your Azure DevOps settings.

Auto-Detected

Alert24 auto-detects Azure DevOps payloads and maps them to incidents.

Step-by-Step Setup Instructions

Azure DevOps Webhook Setup

1.In Azure DevOps, go to Project Settings → Service Hooks
2.Click Create Subscription
3.Select Web Hooks as the service
4.Choose the event type (e.g., Build completed, Release deployment completed)
5.Set the URL to the webhook URL shown above
6.Click Finish

Example Webhook Payload

This is a sample payload that Azure DevOps sends to Alert24 when an alert fires.

{
  "eventType": "build.complete",
  "resource": {
    "result": "failed",
    "buildNumber": "20240115.1",
    "definition": {
      "name": "Production CI"
    }
  },
  "message": {
    "text": "Build 20240115.1 failed"
  }
}

How Alert24 Maps Azure DevOps Data

Status Field

resource.result

Message Field

message.text

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 StatusAzure DevOps Values
operational
succeeded
degraded
partiallySucceeded
down
failedcanceled

Track Deployments from Azure DevOps

Track changes for incident correlation and AI root cause analysis

  1. 1Go to Azure DevOps → Project Settings → Service Hooks → Create subscription
  2. 2Select Web Hooks as the service
  3. 3Set the URL to your Alert24 Changes Webhook URL
  4. 4Select triggers: Release deployment completed, Build completed

Azure DevOps pipeline and release events are sent as JSON payloads. Alert24 parses the deployment details automatically.

Changes are logged per service. Copy the Changes Webhook URL from your service page in Alert24. When an incident occurs, recent changes are surfaced automatically with AI-powered root cause analysis. Learn more →

Connect Azure DevOps to Alert24 in minutes

Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.

More CI/CD & DevOps Integrations