I've created a Azure runbook written in Python and I would like it to trigger another Azure runbook to run when an If statement is true.
I'm going to admit my Python knowledge is extremely limited and I primarily write my runbooks in Powershell. So basically I need to run the equivalent of Start-AzureRMAutomationRunbook but from Python. Can anyone guide or tell me the answer?
Thanks