Azure DevOps
Receive pipeline and release notifications and log deployments as changes for incident correlation.
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
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 Status | Azure DevOps Values |
|---|---|
| operational | succeeded |
| degraded | partiallySucceeded |
| down | failedcanceled |
Track Deployments from Azure DevOps
Track changes for incident correlation and AI root cause analysis
- 1Go to Azure DevOps → Project Settings → Service Hooks → Create subscription
- 2Select Web Hooks as the service
- 3Set the URL to your Alert24 Changes Webhook URL
- 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
GitHub
InboundLog pull request merges, pushes, and releases as changes for incident correlation.
GitHub Actions
InboundReceive workflow run notifications and log deployments as changes to correlate with incidents.
GitLab CI
InboundReceive pipeline notifications and log deployments as changes to correlate with incidents.
CircleCI
InboundReceive job notifications and log deployments as changes to correlate with incidents.
Terraform Cloud
InboundReceive run notifications and log infrastructure changes to correlate with incidents.
Jenkins
InboundReceive build notifications and log deployments as changes to correlate with incidents.