Forum Discussion

leo_szalk's avatar
leo_szalk
Copper Contributor
Aug 12, 2021

Azure Sentinel Playbook Errors

Lately we've been having an increasingly number of issues in which our Logic Apps are failing to process resulting in the tickets (this is a SNOW connected Logic App) not being created for said alert.

I can confirm that the incident does exist with the matching IDs found in the Raw input of the "Get-Incidents" but when the playbook is called the error below is generated. This is not occuring for every alert, it is intermittent. When running the playbook manually against the alert that failed to run the playbook, there are no issues.

"message": "The response is not in a JSON format.",
"innerError": "Failed to run playbook - no incident found with the properties you provided"

 
For reference, we are using the "When a response to an Azure Sentinel alert is triggered" trigger for the playbook.

Is there another issue with the Logic Apps, as I recall there was an issue similar to this last year. Could this be a rate limiting or time out in the data retrieval from the incidents?

Resources