Hi @Dhahri, Arwa Greetings! Welcome to Microsoft Q&A forum. Thank you for posting this question here.
There are couple of bindings you would need to make to finish the flow for your use case
- Integrate Azure Monitor with Logic App
- Use Microsoft Sentinel connector in Logic app and push the incidents or modify them as needed
To get your alert events forwarded to the Logic App you can reference the article Integrate with Logic App which provides you detailed steps on how to Create a Logic App that accepts a body in the form of JSON schema that has the format an Azure monitor alert. The article also provides the steps on how to Create an Action group and bind the Azure Monitor alerts to the above created Logic App.
Within the Logic App, you can create a connection with the Microsoft Sentinel using the connector Microsoft Sentinel (Preview) and use any of the supported actions to push the data to the Sentinel end point.
Hope this helps! If you need any additional assistance, please let us know more details on the specific alert or rule you are trying to monitor.
If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.