Questions tagged [azure-service-hooks]
19 questions
5
votes
3 answers
Azure git check-in policy pre-receive policy at server side
I am trying to restrict GIT Commit without having Workitem ID in the commit message. i.e. #workitemID #123
Please suggest a solution for the server-side configuration on azure DevOps GIT Hooks.

Ajinkya Shinde
- 51
- 3
2
votes
1 answer
Is there any build started type of trigger for AzureDev Ops Webhooks?
I'm looking at Azure Dev Ops webhooks triggers and looks like there's one only for when a build was completed. Is there any way to be notified when a build was started? Since a job can stay in queue for a while. So I'd need to know when it's in…

daniels
- 18,416
- 31
- 103
- 173
1
vote
1 answer
Unable to create service hook/webhook subscription in Azure ADO using Rest API C#
I am trying to create a service hook/webhook Subscription for Workitem Created event but it is not working. I am getting error says "StatusCode: 203, ReasonPhrase: 'Non-Authoritative Information". I am using personal access token to authenticate.…

Eswar
- 11
- 3
1
vote
1 answer
Azure Devops Service Hooks (Webhook) fails with The underlying connection was closed: An unexpected error occurred on a send
I've configured a service hook -> webhook that invokes a remote HTTPS URL with a valid certificate.
When testing the webhook I get this error:
There was an error sending the request, so there was no response.
Error(s):
An error occurred while…

codependent
- 23,193
- 31
- 166
- 308
1
vote
0 answers
Is it possible to send Azure DevOps service hook-webhook to log analytics custom table
What I want to do is to generate Azure monitor alerts for Azure DevOps pipeline failures.
We think we may achieve this without having to modify our DevOps YAML pipelines. So we focused on using Azure DevOps Service Hooks to do this by sending the…

Dawud
- 11
- 1
1
vote
0 answers
Service Hooks subscription trigger settings does not list my build pipeline in filters
I'm trying to set up a service hooks subscription for my yaml build pipeline on a Build completed event, but my build pipeline absolutely won't show up in the build pipeline filters. My ADO project has a huge number of build pipelines (maybe over…

Luke Schoen
- 674
- 6
- 23
1
vote
1 answer
Azure DevOps Azure Service Bus items stuck as Queued
I have a Service Hook setup that sends an entry to an Azure Service Bus Queue. After experiencing delays on processing, I noticed the items were not getting processed and remained in Queued status. After several hours, new items were processed…

Warren
- 163
- 2
- 11
0
votes
0 answers
MassTransit Skipping Messages Sent By Azure Service Bus That Are Published By Azure Devops Service Hook
I'm trying to consume a message in a .NET WebAPI using MassTrasnit that is sent to an Azure Service Bus resource by an Azure Devops Service Hook that is fired off when a user creates a work item. It looks like I've configured everything right and…

John Tardiff
- 1
- 1
0
votes
0 answers
New MS Teams incoming webhooks is not working in Pipeline Service hook
we configured Service Hooks notification with old version of Webhooks (starting with https://outlook.office.com/...) before to send notification to Microsoft Teams, which were working fine. However, the new format of Webhooks (starting with…

oicqhf
- 1
- 1
0
votes
1 answer
What URL while adding New Service Hooks Subscription in Azure Devops
I tried to create a New Service Hooks Subscription in Azure Devops, where notification will be send to Google Chat when build status will be failed. But in the 'Action' section I must provide some URL which is required and I have no idea what URL it…

Jarek90
- 15
- 5
0
votes
1 answer
Is there a way to process the queued webhook in ADO?
We have a service hook created for one of our projects in ADO. It was going fine until last weekend. Suddenly few webhooks started queued and I am not sure how to force it to get processed. Can someone help me if there is a way to force those items…

vallamreddyvenu
- 47
- 1
- 3
0
votes
2 answers
Azure Pipelines Integration with Microsoft Teams Possible or Not Possible
I was going through doc "" https://learn.microsoft.com/en-us/azure/devops/pipelines/integrations/microsoft-teams?view=azure-devops"" which says integration of Azure Pipelines with Microsoft Teams is only possible if your project is hosted on Azure…

Satyam Pandey
- 593
- 2
- 10
- 32
0
votes
1 answer
Is there a way to get @mentions in the messages generated by Azure Devops/Repos/Pipelines when subscribing to service hooks in Microsoft Teams?
The reason we want this kind of messaging in a Teams channel is to get rid of some spamming in our mailboxes. Still there is a lot of traffic in this channel and without mentions it's easily lost in the chatter.
For example, a message like this is…

glazjoon
- 518
- 2
- 6
- 15
0
votes
1 answer
Is there any way to create a subscription on any/multiple event types using Azure DevOps Rest API?
I'm quite new to Azure DevOps Rest API but until now I've managed to create service hooks subscriptions using it. The problem is that my initial goal was to create a single subscription that responds to multiple or any event type. Here is what I…

Vlad Radulescu
- 15
- 1
- 5
0
votes
0 answers
Azure DevOps : Error Message The Service Hooks service was unable to send the notification to the target consumer
We have created some service hooks in Azure DevOps which get triggered during as soon our Release Pipeline is succeeded. However, we have noticed that these service hooks fail abruptly with the message. To give a context, the Service Hook executes…

Nagarajan B P
- 129
- 2
- 9