need to trigger all existing recommendation in defenders for cloud.

Anil Sharma 0 Reputation points
2023-01-26T03:13:18.29+00:00

Please help to find solution as below

  • Customer have logic app to notify email to owner subscription. They need to trigger all existing recommendation in defenders for cloud to logic apps. Can we develop or find solution to trigger all existing recommendation at one time.

https://learn.microsoft.com/en-us/azure/defender-for-cloud/workflow-automation#manually-trigger-a-logic-app 

this link show how to manually trigger only 1 by 1

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,543 questions
Microsoft Security | Microsoft Defender | Microsoft Defender for Cloud
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2023-01-27T09:06:02.25+00:00

    @Anil Sharma Thanks for reaching out. Logic app does provide Microsoft Defender ATP connector. You can refer to supported triggers and actions. As per your requirement you can leverage the Alerts - Get list of alerts action to get the alerts list as per your business need. You need to loop through the result and format the email as per your need.

    Workflow:

    Recurrence Trigger --> Alerts - Get list of alerts --> Send an Email (V2)

    The above is only for reference and you need to modify as per business need.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.