You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/react/docs/intro.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ The Zero Trust Workshop Tool is Single-Page Application (SPA) that enables custo
19
19
For more information, check out the [Introduction to the Zero Trust Workshop](./videos/IntroductionToZT.md) page.
20
20
21
21
## Microsoft Zero Trust Assessment
22
-
The Zero Trust Assessment is a PowerShell module that can be run on your environment to confirm a strong security baseline. This is an automated tool, where running the PowerShell module on your tenant will provide you with a set of recommendations that are auto generated based on your tenant's current configuration and activity data.
22
+
The Zero Trust Assessment is a PowerShell module that can be run on your environment to confirm a strong security baseline. This is an automated tool, where running the PowerShell module on your tenant will provide you with a set of recommendations that are auto generated based on your tenant's current configuration and activity data. The Zero Trust Assessment currently supports the following pillars:
23
+
- Identity
24
+
- Devices
25
+
- Data (New)
26
+
- Network (New)
23
27
24
28
For more information, check out the [Zero Trust Assessment Tool](https://learn.microsoft.com/en-us/security/zero-trust/assessment/get-started) page and the [Zero Trust Assessment Video](./videos/Assessment.md) page.
Copy file name to clipboardExpand all lines: src/react/docs/workshop-guidance/delivery-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Workshops are available for the following pillars:
13
13
- Network
14
14
- Infrastructure
15
15
- Security Operations
16
-
-AI
16
+
-Artificial Intelligence (New)
17
17
18
18
Customers can choose to schedule all the workshops or just a subset of them depending on their priorities and resource availability. While the workshops are modular, customers are encouraged to start with Identity first, then Devices, followed by Data, Network, Infrastructure, Security Operations, and AI.
19
19
@@ -73,4 +73,4 @@ Below are the estimated delivery times for each section of the pillar workshops:
73
73
74
74
|AI|
75
75
|---|
76
-
| • Map and Assess AI Risk: 1 hour <br/> • Register all agents: 1 hour <br/> • Secure AI Authentication and Access: 30 minutes <br/> • Secure AI Network Access: 1 hour <br/> • Secure AI Data Access: 1.5 hours <br/> • Build Agents Securely: 30 minutes <br/> • Security Detection and Response for AI: 30 minutes <hr /> **• Total: 6 hours**|
76
+
| • Map and Assess AI Risk: 1 hour <br/> • Register all agents: 1 hour <br/> • Secure AI Authentication and Access: 0.5 hour <br/> • Secure AI Network Access: 1 hour <br/> • Secure AI Data Access: 1.5 hours <br/> • Build Agents Securely: 0.5 hour <br/> • Security Detection and Response for AI: 0.5 hour <hr /> **• Total: 6 hours**|
Copy file name to clipboardExpand all lines: src/react/docs/workshop-guidance/versionHistory.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ sidebar_position: 9
3
3
---
4
4
5
5
# Version History
6
+
Please note that we transitioned from using the Excel Workshop tool to a new Single-Page Application (SPA) in March 2026. Moving forward, the old Excel file will no longer be supported and all updates will be made to the new SPA.
7
+
6
8
7
9
|Version|Publication Date|Release Notes|
8
10
|---|---|---|
@@ -13,4 +15,4 @@ sidebar_position: 9
13
15
|2.3| October 2025| • Updates to Identity, Devices, and Security Operations Pillars to reflect latest feature and guidance updates |
14
16
|2.4| February 2026| • Updates to Network, Infrastructure, and Operations Pillars to reflect latest feature and guidance updates |
15
17
|2.5| February 2026| • Updates to Identity and Network Pillars to reflect latest feature and guidance updates |
16
-
|3.0|March 2026| • Updated workshop tool. Include the new AI pillar and various updates to existing pillars|
18
+
|**3.0**|**March 2026**|**• Converted over to new Single-Page Application (SPA) for the Workshop tool. Published a new AI pillar. Updated existing pillars to refelct latest feature and guidance updates**|
Copy file name to clipboardExpand all lines: src/react/src/components/GuideSteps/index.js
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ const Steps = [
12
12
<ul>
13
13
<li>Identify and notify the right stakeholders from your organization and your deployment partners for each zero trust pillar</li>
14
14
<li>Review the <ahref="docs/workshop-guidance/delivery-guide"title="Workshop Delivery Guide">delivery guide</a></li>
15
-
<li>(Optional) Run the <ahref="https://learn.microsoft.com/en-us/security/zero-trust/assessment/get-started"title="Learn about the Zero Trust Assessment">Zero Trust Assessment</a> to make sure you are starting with a healthy configuration</li>
15
+
<li>Run the <ahref="https://learn.microsoft.com/en-us/security/zero-trust/assessment/get-started"title="Learn about the Zero Trust Assessment">Zero Trust Assessment</a> to make sure you are starting with a healthy configuration</li>
16
16
</ul>
17
17
</>
18
18
),
@@ -27,7 +27,7 @@ const Steps = [
27
27
<>
28
28
<ul>
29
29
<li>
30
-
Open the <ahref="https://zerotrust.microsoft.com"title="Zero Trust Workshop Tool">workshop tool</a>.
30
+
Open the <ahref="https://zerotrust.microsoft.com"title="Zero Trust Workshop Tool">workshop tool</a>
31
31
</li>
32
32
<li>
33
33
Deliver the workshop for each Zero Trust pillar with the right stakeholders. You can run them in the proposed order or choose the right pillar for the area you are focused on:
0 commit comments