Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
142 views

I was able to create webhook by API POST request from Azure Devops documentation without specifying projectid. I also got the events of the selected type from any project that was changed in this ...
kar66's user avatar
  • 17
0 votes
1 answer
242 views

I am trying to extract the webhook that triggered the pipeline since azure sent this info in the runtime parameter in JSON format. I want to retrieve the name. I tried to convert the parameter as ...
rewa's user avatar
  • 23
0 votes
1 answer
228 views

We have a solution that use New-AzActionGroupReceiver and Set-AzActionGroup to configure webhook alerts for our application. But now when we run our Release pipeline in Azure DevOps we get an error ...
Mattias Lindberg's user avatar
1 vote
1 answer
215 views

I want to send push and pull events of images to Kafka using the Azure ACR Webhook function. 'Event Hub' is not available due to cost. The webhook is set to be thrown to the Kafka Rest Proxy URI with ...
 DhLuvZh's user avatar
0 votes
1 answer
171 views

I have a requirement to print user id (CI triggered user id) in the teams channel as soon the files updated in the GCP buckets & the azure CI triggered. Can someone please suggest me how can I ...
srilakshmi ponnaganti's user avatar
0 votes
1 answer
630 views

I have a situation in which I need to trigger an azure function based on scale in or scale out events on some particular virtual machine scale set. My first idea was to use event grid triggers to ...
Karen Baghdasaryan's user avatar
0 votes
1 answer
1k views

Hi im trying to do an exercise in Azure, i need that when a blob is created in my container, capture the event toward AZ Event grid(topic) using a suscription with a controller type webhook. The ...
Dr oscar's user avatar
  • 407
0 votes
1 answer
319 views

We have several APIs deployed on Azure API Management and we have created alerts in AppInsights which triggers when failed APIs are detected. However, the triggered mail has only information on count ...
Snehasis Panda's user avatar
0 votes
1 answer
189 views

I have an API Management service that I would like to call an Azure pipeline when changes occur in the APIM. The Event in APIM allows the creation of a webhook through EventGrid. however, I am looking ...
ARH's user avatar
  • 1,716
4 votes
1 answer
1k views

What I'm trying to do: I'm trying to configure update of ASP.Net Configuration on demand using Azure App Configuration as a source and EventGrid subscription to Key-Value modified event with WebHook ...
Sergey Shipitsin's user avatar
1 vote
1 answer
1k views

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 ...
codependent's user avatar
  • 24.7k
0 votes
0 answers
717 views

I have created a webhook in Azure Automation. I am looking to pass the body when the webhook is called to a logic app. Please see the powershell code designed of runbook. param ( [Parameter(...
Abdulquadir Shaikh's user avatar
0 votes
1 answer
554 views

I'm trying to execute PowerShell script using webhook in Azure automation account. My Powershell script will perform shutdown the VM through webhook. I'm getting the response as Job id, so my ...
DSH's user avatar
  • 69
1 vote
2 answers
2k views

I am preparing Azure automation, I am using Python SDK Automation runbook, runbook will be triggered by a webhook. I tested webhook, and I am able to run Python runbook using webhook. Automation ...
tester81's user avatar
  • 615
0 votes
1 answer
982 views

I am trying to read the URL query params from a POST coming into my Azure webhook (PowerShell). My webhook is receiving a POST request such as: Content-Type: text/plain; charset=utf-8 POST https://{...
Salazaja's user avatar
  • 151
1 vote
1 answer
2k views

How do you access using the Python programming language the WebhookData object in the Azure automation webhooks. I read the documentation regarding this, but it is in PowerShell, and not helping in my ...
Hakuna N's user avatar
  • 181
1 vote
0 answers
187 views

If you look at the properties key,secret value is SecretUsedToCreateHMACHexDigestThatYouWillFindIn where do i get this value from ? { "displayName": "TranscriptionCompletionWebHook&...
Miniski's user avatar
  • 21
0 votes
1 answer
448 views

Problem area: I tried creating a new event grid topic subscription using an ARM Template following the official documentation. Script ran fine within PowerShell terminal but I couldn't find the event ...
Anurag Chugh's user avatar
1 vote
1 answer
1k views

I want to retrieve existing Runbook webhook url using powershell script. I have some existing webhook's which URL I need to retrieve, as given in below image: How can we get the URL using Powershell ...
Amruta's user avatar
  • 741
0 votes
1 answer
413 views

I have created a runbook in Azure automation and have enabled a webhook for it, I am able to invoke the webhook using powershell Is there any other option to invoke the webhook in the browser not ...
Jay's user avatar
  • 13
1 vote
1 answer
2k views

I am following this project and instructions https://github.com/microsoft/azure-boards-automate-state-transitions Everything is clear except the part where I need to enter URL when creating webhook in ...
ejakub's user avatar
  • 77
2 votes
2 answers
1k views

I am trying to create an azure event grid function with a webhook endpoint. But when I try to create my event grid subscription it says: "Deploying Event Subscription: event-store-in-delta ...
chris's user avatar
  • 21
0 votes
1 answer
833 views

I want to make a webhook that can be triggered by either get/post and triggers connected IoT devices to a WebSocket. So, I thought Azure might help to automize this process, instead of writing ...
Reza's user avatar
  • 83
0 votes
0 answers
476 views

I have an onsite SQL server which runs and posts relevant records to to a data warehouse accessible via API endpoint. I need to create a webhook to detect changes whenever rows are added or deleted ...
wwnde's user avatar
  • 26.7k