Does sentinel have a sub playbook/ combine two playbook mechanisms or not?

Jayesh Prajapati 1 Reputation point
2022-06-16T06:15:59.483+00:00

We are creating an azure logic app and we need to call one playbook from another playbook. So can we call one playbook from another playbook and pass input parameters to the second playbook? Also is it allowed to return a response back to calling playbook?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,553 questions
Microsoft Security | Microsoft Sentinel
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andrew Blumhardt 10,051 Reputation points Microsoft Employee
    2022-06-16T21:01:02.93+00:00

    I am not certain if one can pass parameters to the other. You can nest logic apps. Though the easy option may be to write the output to a common location like blob storage or a log analytics table.

    https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-http-endpoint#create-nested-logic-apps

    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.