Skip to content

Commit 67c4f16

Browse files
Merge pull request #54422 from MicrosoftDocs/NEW-configure-security-copilot-workspaces
Request push from release branch to main
2 parents 7bf78cc + 0b6c52d commit 67c4f16

22 files changed

Lines changed: 580 additions & 0 deletions
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.configure-security-copilot-workspaces.introduction
3+
metadata:
4+
title: Introduction
5+
description: Introduction to configuring workspaces for Microsoft Security Copilot
6+
ms.date: 03/19/2026
7+
author: r-c-stewart
8+
ms.author: roberts
9+
ms.topic: unit
10+
title: Introduction
11+
durationInMinutes: 3
12+
content: |
13+
[!include[](includes/1-introduction.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.configure-security-copilot-workspaces.plan-workspace-deployment
3+
metadata:
4+
title: Plan a workspace deployment
5+
description: Learn how to plan a Security Copilot workspace deployment by evaluating capacity, data residency, and role requirements.
6+
ms.date: 03/19/2026
7+
author: r-c-stewart
8+
ms.author: roberts
9+
ms.topic: unit
10+
title: Plan a workspace deployment
11+
durationInMinutes: 8
12+
content: |
13+
[!include[](includes/2-plan-workspace-deployment.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.configure-security-copilot-workspaces.create-workspace
3+
metadata:
4+
title: Create a Security Copilot workspace
5+
description: Learn how to create a Security Copilot workspace with appropriate capacity, geo selection, and data sharing settings.
6+
ms.date: 03/19/2026
7+
author: r-c-stewart
8+
ms.author: roberts
9+
ms.topic: unit
10+
title: Create a Security Copilot workspace
11+
durationInMinutes: 7
12+
content: |
13+
[!include[](includes/3-create-workspace.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.configure-security-copilot-workspaces.configure-workspace-access-settings
3+
metadata:
4+
title: Configure workspace access and settings
5+
description: Learn how to assign roles, manage permissions, and configure owner settings and plugins for Security Copilot workspaces.
6+
ms.date: 03/19/2026
7+
author: r-c-stewart
8+
ms.author: roberts
9+
ms.topic: unit
10+
title: Configure workspace access and settings
11+
durationInMinutes: 8
12+
content: |
13+
[!include[](includes/4-configure-workspace-access-settings.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.configure-security-copilot-workspaces.assign-workspaces-integrated-agents
3+
metadata:
4+
title: Assign workspaces for integrated agents
5+
description: Learn how to assign Security Copilot workspaces for integrated Microsoft Security agents and manage agent routing.
6+
ms.date: 03/19/2026
7+
author: r-c-stewart
8+
ms.author: roberts
9+
ms.topic: unit
10+
title: Assign workspaces for integrated agents
11+
durationInMinutes: 7
12+
content: |
13+
[!include[](includes/5-assign-workspaces-integrated-agents.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.configure-security-copilot-workspaces.monitor-manage-workspace-capacity
3+
metadata:
4+
title: Monitor and manage workspace capacity
5+
description: Learn how to monitor usage, adjust capacity, and manage Security Compute Units for Security Copilot workspaces.
6+
ms.date: 03/19/2026
7+
author: r-c-stewart
8+
ms.author: roberts
9+
ms.topic: unit
10+
title: Monitor and manage workspace capacity
11+
durationInMinutes: 7
12+
content: |
13+
[!include[](includes/6-monitor-manage-workspace-capacity.md)]
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.configure-security-copilot-workspaces.knowledge-check
3+
metadata:
4+
title: Knowledge check
5+
description: Check your knowledge of configuring workspaces for Microsoft Security Copilot.
6+
ms.date: 03/19/2026
7+
author: r-c-stewart
8+
ms.author: roberts
9+
ms.topic: unit
10+
title: Knowledge check
11+
durationInMinutes: 3
12+
content: |
13+
[!include[](includes/7-knowledge-check.md)]
14+
quiz:
15+
title: Check your knowledge
16+
questions:
17+
- content: "Your organization needs to ensure that prompts and session data for the compliance team remain within the European Union for regulatory reasons. Which workspace configuration setting addresses this requirement?"
18+
choices:
19+
- content: "Prompt evaluation location"
20+
isCorrect: false
21+
explanation: "Incorrect. Prompt evaluation location determines where GPU resources process prompts, but data at rest is stored based on the data storage location setting."
22+
- content: "Data storage location"
23+
isCorrect: true
24+
explanation: "Correct. The data storage location setting determines where Security Copilot stores session data at rest. For EU compliance, you select an EU geo during workspace creation. This setting is immutable after creation."
25+
- content: "Data sharing preferences"
26+
isCorrect: false
27+
explanation: "Incorrect. Data sharing preferences control whether Microsoft can use data to improve the service, not where data is stored geographically."
28+
- content: "Capacity resource group location"
29+
isCorrect: false
30+
explanation: "Incorrect. The Azure resource group location for capacity resources doesn't control where Security Copilot stores session data."
31+
- content: "You need to assign the SOC team lead permissions to configure plugins and manage user access within the SOC workspace. Which Security Copilot role provides these capabilities?"
32+
choices:
33+
- content: "Contributor"
34+
isCorrect: false
35+
explanation: "Incorrect. Contributors can use Security Copilot features but can't configure workspace settings or manage access."
36+
- content: "Security Administrator"
37+
isCorrect: false
38+
explanation: "Incorrect. While Security Administrators can perform some configuration tasks, workspace-specific permissions are managed through workspace roles."
39+
- content: "Owner"
40+
isCorrect: true
41+
explanation: "Correct. The Owner role for a specific workspace enables configuration of plugins, promptbooks, role assignments, and other workspace settings. Owners can tailor the workspace to team needs."
42+
- content: "Azure Contributor"
43+
isCorrect: false
44+
explanation: "Incorrect. Azure Contributor provides permissions for Azure resources like capacity but doesn't grant Security Copilot workspace management permissions."
45+
- content: "Your organization sets 5 Security Compute Units (SCUs) for the sandbox workspace. During load testing, all SCUs are consumed and operations are throttled. You configured 3 overage units during creation. What happens next?"
46+
choices:
47+
- content: "Operations continue to be throttled until provisioned capacity is reduced below the limit"
48+
isCorrect: false
49+
explanation: "Incorrect. Overage units are designed to handle usage spikes beyond provisioned capacity."
50+
- content: "Security Copilot automatically allocates up to 3 extra SCUs on-demand to handle the spike"
51+
isCorrect: true
52+
explanation: "Correct. Overage units provide extra Security Compute Units when available SCUs are depleted during usage spikes. You have 3 overage units configured. Security Copilot can allocate up to 3 more SCUs beyond the 5 provisioned units."
53+
- content: "The workspace owner receives an alert but no extra capacity is made available"
54+
isCorrect: false
55+
explanation: "Incorrect. Overage units are automatically allocated when provisioned capacity is exhausted."
56+
- content: "Users are automatically switched to the default workspace for continued operation"
57+
isCorrect: false
58+
explanation: "Incorrect. Workspaces operate independently. Overage units handle capacity spikes within the same workspace."
59+
- content: "You assign the Defender XDR agent to the SOC workspace. What must you do before switching the agent assignment to a different workspace?"
60+
choices:
61+
- content: "Export all session history from the current workspace"
62+
isCorrect: false
63+
explanation: "Incorrect. While session history remains in the original workspace, exporting isn't a prerequisite for switching."
64+
- content: "Turn off any scheduled or automatic agent triggers in the current workspace"
65+
isCorrect: true
66+
explanation: "Correct. Before switching workspace assignments for integrated agents, you must turn off scheduled or automatic agent triggers. After switching, you reconfigure agents in the new workspace. New agent setups can't access to previous workspace-specific data."
67+
- content: "Increase the capacity allocation for the destination workspace"
68+
isCorrect: false
69+
explanation: "Incorrect. While ensuring adequate capacity is a good practice, it isn't a required prerequisite for switching agent workspace assignments."
70+
- content: "Reassign all users from the source workspace to the destination workspace"
71+
isCorrect: false
72+
explanation: "Incorrect. User workspace access is managed independently from agent workspace assignments."
73+
- content: "You update provisioned SCU capacity from 3 to 8 units for the compliance workspace. When does the new capacity take effect?"
74+
choices:
75+
- content: "Immediately upon saving the change"
76+
isCorrect: false
77+
explanation: "Incorrect. Capacity changes aren't instantaneous."
78+
- content: "Within 30 minutes of the change"
79+
isCorrect: true
80+
explanation: "Correct. Capacity adjustments typically take effect within 30 minutes. Plan capacity changes in advance of anticipated usage spike to ensure availability."
81+
- content: "At the start of the next billing cycle"
82+
isCorrect: false
83+
explanation: "Incorrect. Capacity changes take effect sooner than the next billing cycle."
84+
- content: "After all users sign out and back in to the workspace"
85+
isCorrect: false
86+
explanation: "Incorrect. User sessions don't affect when capacity changes take effect."
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.configure-security-copilot-workspaces.summary
3+
metadata:
4+
title: Summary
5+
description: Summary of configuring workspaces for Microsoft Security Copilot
6+
ms.date: 03/19/2026
7+
author: r-c-stewart
8+
ms.author: roberts
9+
ms.topic: unit
10+
title: Summary
11+
durationInMinutes: 2
12+
content: |
13+
[!include[](includes/8-summary.md)]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Contoso is a global financial services company with a growing security organization. The Security Office recently invested in Microsoft Security Copilot to accelerate threat detection and response across the SOC team. As adoption grows, the compliance team wants access to Security Copilot but requires all data storage and processing to remain within the European Union for regulatory compliance. The security architecture team also needs a sandbox environment to test custom plugins and promptbooks before rolling them out organization-wide.
2+
3+
You're the Cloud and AI Security Engineer responsible for segmenting Security Copilot usage across these three distinct environments. Each team has different requirements for capacity allocation, data residency, role-based access, and agent configuration. Your task is to plan and configure Security Copilot workspaces that meet these diverse needs while maintaining compliance, optimizing costs, and enabling secure collaboration.
4+
5+
In this module, you learn how to plan workspace deployments by evaluating capacity and compliance requirements, create workspaces with appropriate Security Compute Unit (SCU) configurations. Then you learn to assign roles and configure workspace-level settings, route integrated agent traffic to specific workspaces, and monitor capacity usage across your workspace portfolio.
6+
7+
## Learning objectives
8+
9+
By the end of this module, you're able to:
10+
11+
- Plan a workspace deployment by evaluating capacity, data residency, and role requirements
12+
- Create a Security Copilot workspace with appropriate SCUs, geo selection, and data sharing settings
13+
- Assign and manage roles and permissions within a workspace
14+
- Configure workspace-level owner settings and plugins
15+
- Assign workspaces for integrated Microsoft Security Copilot agents
16+
- Monitor and adjust workspace capacity usage
17+
18+
## Prerequisites
19+
20+
- Familiarity with Microsoft Security Copilot concepts and features
21+
- Understanding of Azure Role Based Access Control (RBAC) and Azure subscription management
22+
- Knowledge of Microsoft Entra role-based access control
23+
- Completion of [Describe the core features of Microsoft Security Copilot](/training/modules/security-copilot-describe-core-features/) is recommended

0 commit comments

Comments
 (0)