File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,29 @@ 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 " >
4164 <img src =" https://img.shields.io/badge/Total%20views-1280-limegreen " alt =" Total views " >
You can’t perform that action at this time.
0 commit comments