Skip to content

Commit 0a8860b

Browse files
fix acrolinx
1 parent 0eca77b commit 0a8860b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/sentinel/sentinel-security-copilot.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,29 +62,29 @@ Increase your prompt accuracy when you have access to multiple Microsoft Sentine
6262

6363
1. Configure the default workspace name.
6464

65-
:::image type="content" source="media/sentinel-security-copilot/configure-default-sentinel-workspace.png" alt-text="Screenshot of the plugin personlization options for the Microsoft Sentinel plugin.":::
65+
:::image type="content" source="media/sentinel-security-copilot/configure-default-sentinel-workspace.png" alt-text="Screenshot of the plugin personalization options for the Microsoft Sentinel plugin.":::
6666

67-
1. When you create prompts designed to access the non-default workspace, specify the workspace ID in your prompt.
67+
1. When you create prompts designed to access the nondefault workspace, specify the workspace ID in your prompt.
6868

6969
Example prompt:
7070

71-
*What are the top 5 high priority Sentinel incidents in workspace "soc-sentinel-workspace"?*
71+
`*What are the top 5 high priority Sentinel incidents in workspace "soc-sentinel-workspace"?*`
7272

7373
### Sample prompts
7474

7575
For guidance on writing effective prompts, see [Prompting in Microsoft Copilot for Security](/security-copilot/prompting-security-copilot). Here are some examples:
7676

77-
- The second part of this prompt nudges Copilot to provide human readable information instead of responding with object ids.
78-
*Show me Sentinel incidents that were closed as a false positive. Supply the Incident number, Incident Title, and the time they were created.*
77+
- The second part of this prompt nudges Copilot to provide human readable information instead of responding with object IDs.
78+
`*Show me Sentinel incidents that were closed as a false positive. Supply the Incident number, Incident Title, and the time they were created.*`
7979

8080
- Copilot knows who you are.
81-
*What Sentinel incidents created in the last 24 hours are assigned to me? List them with highest priority incidents at the top.*
81+
`*What Sentinel incidents created in the last 24 hours are assigned to me? List them with highest priority incidents at the top.*`
8282

83-
- When you've narrowed a prompt response down to a single incident, Copilot knows the context.
84-
*Tell me about the entities associated with that incident.*
83+
- When you narrow a prompt response down to a single incident, Copilot knows the context.
84+
`*Tell me about the entities associated with that incident.*`
8585

86-
- A useful way to summarize the prompting work you've done.
87-
*Write an executive report summarizing this investigation. It should be suited for a non-technical audience.*
86+
- A useful way to summarize the prompts and responses so far.
87+
`*Write an executive report summarizing this investigation. It should be suited for a nontechnical audience.*`
8888

8989
For more information on sample prompts, see [Rod Trent's Copilot for Security GitHub](https://github.com/rod-trent/Copilot-for-Security/blob/main/Prompts/Plugins/Sentinel.md).
9090

0 commit comments

Comments
 (0)