Forum Discussion
Azure Sentinel Logic App write back to comment
Hi All,
I am trying to write the output of a HTTP GET (Which works) to a comment in Sentinel, from my review it appears as if the ID's and Groups are set correctly but I am getting a Bad Request. Has anyone had any success writing back to comments (yes I know this is preview)
10 Replies
- GaryBusheyBronze ContributorIf you are still having issues, look at my thread on writing comments. Nicholas gave me all the steps needed to get it to work there.
- ryanksmithCopper Contributor
Thanks, GaryBushey Yes checked that, and ensured I have the Get Incident Blade as per Nicholas DiCola (SECURITY JEDI) Wondering if its an issue with my "For Each" will play with the order and see if that fixes it will post if successful
- ryanksmithCopper Contributor
Have moved the get Incident blade around, still get the same 400 error
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid URL</h2>
<hr><p>HTTP Error 400. The request URL is invalid.</p>
</BODY></HTML>
- Nicholas DiCola (SECURITY JEDI)Former Employee
Hi
Did you do a step before to "get incident"? you need to do that to get the incident id.
- GaryBusheyBronze Contributor
I did not get it to work but I got a 401 error code