Questions tagged [azure-webhooks]

18 questions
4
votes
1 answer

Dynamically update ASP.NET config on demand using Azure App Configuration

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 endpoint. What my issue is: When the event reaches…
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
2 answers

Azure automation runbook Python - webhook data

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 Runbook Job status is Completed, I can see output…
tester81
  • 533
  • 2
  • 9
  • 28
1
vote
0 answers

where do I get the secret property for creating webhook for azure speech to text service

If you look at the properties key,secret value is SecretUsedToCreateHMACHexDigestThatYouWillFindIn where do i get this value from ? { "displayName": "TranscriptionCompletionWebHook", "properties": { "secret":…
1
vote
1 answer

Azure EventGrid Trigger - Webhooks

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 Deployment has failed with the following error:…
0
votes
1 answer

How to connect AZ Blob storage with App webhook using Event grid?

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 suscription has been created, but i dont know how or…
Dr oscar
  • 359
  • 1
  • 4
  • 16
0
votes
1 answer

Failed API Name in Azure Alerts Mail Body

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 of the APIs that have failed. We specifically…
0
votes
1 answer

Trigger Azure Pipeline With an empty payload from Azure EventGrid

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 at how to call the endpoint with the empty JSON…
ARH
  • 1,566
  • 3
  • 25
  • 56
0
votes
0 answers

Pass Azure Automation Runbook Webhook Body to Logic Apps

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(Mandatory=$false)] [object] $WebhookData …
0
votes
1 answer

Azure Automation Account Webhook Response

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 requirement is to get the response as given VmName…
DSH
  • 69
  • 1
  • 8
0
votes
1 answer

Accessing post query params in Azure webhook

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…
Salazaja
  • 101
  • 1
  • 9
0
votes
1 answer

Accessing Azure webhook data with python

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 instance. My Azure webhook URL endpoint is…
0
votes
1 answer

Event subscription of type WEBHOOK with static Header using ARM template

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 subscription being generated under the specified…
0
votes
1 answer

Get Automation Runbook Webhook URL

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 commandlet? Thank you.
Amruta
  • 701
  • 4
  • 15
  • 38
0
votes
1 answer

Access webhook URL from browser

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 going with powershell or with any other…
Jay
  • 3
  • 1
  • 5
1
2