Skip to content

Commit ac722c8

Browse files
committed
Vibe playbooks - Shiran
1 parent ce7c880 commit ac722c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/sentinel/automation/generate-playbook.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.collection: usx-security
1616

1717
# Generate playbooks using AI in Microsoft Sentinel (preview)
1818

19-
The SOAR playbook generator creates python based automation workflows coauthored through a conversational experience with Cline, an AI coding agent. You describe automation logic in natural language, and the system generates validated, code-based playbooks with complete documentation and visual flow diagrams. This experience is powered by an embedded Visual Studio Code environment within the Defender portal, so you can author and refine playbooks without leaving the portal. Generated playbooks use alert data as input and dynamically generate the required API calls, as long as you configure the integration for the target provider.
19+
The SOAR playbook generator creates python based automation workflows coauthored through a conversational experience with Cline, an AI coding agent. You describe automation logic in natural language, and the system generates validated, code-based playbooks with complete documentation and visual flow diagrams. This experience is powered by an embedded VS Code environment within the Defender portal, so you can author and refine playbooks without leaving the portal. Generated playbooks use alert data as input and dynamically generate the required API calls, as long as you configure the integration for the target provider.
2020

2121
This article describes how to generate playbooks by using AI, configure required integrations, and deploy your automation workflows.
2222

@@ -31,11 +31,11 @@ Playbook generation provides the following capabilities:
3131
- **Third-party integrations**: Connect external tools and APIs seamlessly through integration profiles
3232
- **Broad alert coverage**: Apply automation to alerts from Microsoft Sentinel, Microsoft Defender, and XDR platforms
3333

34-
An embedded Visual Studio Code environment within the Microsoft Defender portal powers the experience. You can author and refine playbooks without leaving the portal.
34+
An embedded VS Code environment within the Microsoft Defender portal powers the experience. You can author and refine playbooks without leaving the portal.
3535

3636
## Prerequisites
3737

38-
You don't need prior coding experience to generate a playbook, but it helps to be familiar with tools like Visual Studio Code and Entra ID app registration.
38+
You don't need prior coding experience to generate a playbook, but it helps to be familiar with tools like VS Code and Entra ID app registration.
3939

4040
You also must meet the following requirements:
4141

@@ -249,7 +249,7 @@ When the editor opens, the experience starts in **Plan mode**. In this mode, you
249249

250250
#### Generate the playbook in Act mode
251251

252-
1. After switching to Act mode, the playbook generator delivers:
252+
1. After you switch to Act mode, the playbook generator delivers:
253253
- The complete playbook code in Python
254254
- Code validation
255255
- Comprehensive documentation, including a visual flow diagram and description of the playbook in natural language

0 commit comments

Comments
 (0)