Can't set parameters in Azure Automation Account webhook in Powershell
I have a powershell script runbook in Azure Automation account (tested with Powershell 5.1 and 7.2). This script needs Parameters: #set arguments param( [string]$Origin, [string]$title, [string]$Description ) I can execute the script directly in Azure and provide my parameters. But…