I have a .sh file stored on my azure Linux VM. I want to create a webhook that executes this script. I found that I first need to create a runbook for this. Until now I tried to create a powershell runbook and tried to execute my .sh file with 'Invoke-AzureRmVMRunCommand'. It says that it doesn't recognize the term Invoke-AzureRmVMRunCommand.
Do you have any idea how I can solve this?
Cheers!