Problems Processing Webhook Data in Azure PowerShell Runbook
I have a webhook runbook set up on a hybrid worker in Azure that is written in PowerShell 5.1. When the runbook is triggered, the webhookdata object that is delivered is null. Below is the simple test script I’ve created as a starting point using an example from Microsoft documentation.
When it runs, the WebHookData object that is delivered by the webhook is null.
param (
Parameter (Mandatory = $false)]
Join the Community or User Group to Participate in this Discussion