I want to run a runbook with the output of an alert. I followed the steps from the documentation but i don't get any output. https://learn.microsoft.com/en-us/azure/automation/automation-create-alert-triggered-runbook
Can anyone helpe me please?
I want to run a runbook with the output of an alert. I followed the steps from the documentation but i don't get any output. https://learn.microsoft.com/en-us/azure/automation/automation-create-alert-triggered-runbook
Can anyone helpe me please?
If your runbook is exactly the same as the one thats shown in this document then as that runbook have only Write-Verbose / Write-Error commands (but not Write-Output commands) so you would not be shown any user-specific output (except OperationID, Status, StartTime and EndTime) only in case