24 questions
0
votes
1
answer
142
views
I am trying to send POST request to create webhook registration via organization level
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 ...
0
votes
1
answer
242
views
How can I extract the runtime parameter name from azure devops? I want to extract the webhook name that triggered the pipeline?
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 ...
0
votes
1
answer
228
views
Replacement for Set-AzActionGroup to configure webhook alerts in Azure
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 ...
1
vote
1
answer
215
views
How to input data through Kafka REST in an environment where message payload cannot be edited
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 ...
0
votes
1
answer
171
views
How can we print the user id in the teams channel using azure devops pipeline?
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 ...
0
votes
1
answer
630
views
How to trigger an azure function based on scale in or scale out events in vmss
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 ...
0
votes
1
answer
1k
views
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 ...
0
votes
1
answer
319
views
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 ...
0
votes
1
answer
189
views
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 ...
4
votes
1
answer
1k
views
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 ...
1
vote
1
answer
1k
views
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 ...
0
votes
0
answers
717
views
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(...
0
votes
1
answer
554
views
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 ...
1
vote
2
answers
2k
views
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 ...
0
votes
1
answer
982
views
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 https://{...
1
vote
1
answer
2k
views
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 ...
1
vote
0
answers
187
views
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&...
0
votes
1
answer
448
views
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 ...
1
vote
1
answer
1k
views
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 ...
0
votes
1
answer
413
views
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 ...
1
vote
1
answer
2k
views
Update Azure DevOps work item parent status if all child elements are closed
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 ...
2
votes
2
answers
1k
views
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 ...
0
votes
1
answer
833
views
Azure webhook triggers a IoT Hub
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 ...
0
votes
0
answers
476
views
Azure Webhooks -Python
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 ...