Skip to content

Commit 261a51f

Browse files
authored
Merge pull request #11 from MicrosoftCloudEssentials-LearningHub/update-diagram
Add flowchart for productivity tools in README
2 parents bc5c1a1 + 47ce2eb commit 261a51f

2 files changed

Lines changed: 28 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Last updated: 2026-02-11
4343
4444
<!-- START BADGE -->
4545
<div align="center">
46-
<img src="https://img.shields.io/badge/Total%20views-1280-limegreen" alt="Total views">
47-
<p>Refresh Date: 2026-01-06</p>
46+
<img src="https://img.shields.io/badge/Total%20views-1354-limegreen" alt="Total views">
47+
<p>Refresh Date: 2026-02-25</p>
4848
</div>
4949
<!-- END BADGE -->

profile/README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Costa Rica
55
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
66
[brown9804](https://github.com/brown9804)
77

8-
Last updated: 2025-05-13
8+
Last updated: 2026-02-25
99

1010
----------
1111

@@ -36,9 +36,32 @@ about Microsoft Cloud and to share personal experience and learning with the com
3636

3737
</details>
3838

39+
```mermaid
40+
flowchart LR
41+
subgraph Personal_Productivity[Personal Productivity]
42+
CopilotChat[Copilot Chat] --> M365Copilot[M365 Copilot]
43+
end
44+
45+
subgraph Business_Productivity[Business Productivity]
46+
MicrosoftAgents[Microsoft Agents]
47+
end
48+
49+
subgraph Extensibility[Extensibility]
50+
CopilotStudio[Copilot Studio] --> AzureAIFoundry[Azure AI Foundry]
51+
end
52+
53+
subgraph Customizability[Customizability]
54+
ThirdPartyCustomAgents[3rd Party & Custom Agents]
55+
end
56+
57+
M365Copilot --> MicrosoftAgents
58+
MicrosoftAgents --> CopilotStudio
59+
AzureAIFoundry --> ThirdPartyCustomAgents
60+
```
61+
3962
<!-- START BADGE -->
4063
<div align="center">
41-
<img src="https://img.shields.io/badge/Total%20views-1280-limegreen" alt="Total views">
42-
<p>Refresh Date: 2025-12-02</p>
64+
<img src="https://img.shields.io/badge/Total%20views-1354-limegreen" alt="Total views">
65+
<p>Refresh Date: 2026-02-25</p>
4366
</div>
4467
<!-- END BADGE -->

0 commit comments

Comments
 (0)