Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions .config/samples-config-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@
"configuration": "Manual configurations required",
"thumbnailPath": "assets/sampleResponse.png",
"gifPath": "assets/sampleResponse.png",
"suggested": false
"suggested": true
},
{
"id": "coffee-agent",
Expand All @@ -914,7 +914,29 @@
"configuration": "Manual configurations required",
"thumbnailPath": "assets/coffee-agent-sample-response.png",
"gifPath": "assets/coffee-agent-sample-response.png",
"suggested": false
"suggested": true
},
{
"id": "ProxyAgent-CSharp",
"shortId": "ProxyAgent-CSharp",
"onboardDate": "2025-11-14",
"title": "AI Foundry Agent to M365 Copilot With SSO",
"shortDescription": "Sample to connect an AI Foundry Agent to M365 Copilot using M365 Agent SDK. Leverage SSO to pass user token to AI Foundry.",
"fullDescription": "This sample shows how to integrate AI Foundry agents—grounded in SharePoint—into Microsoft 365 Copilot and Teams using Agent Framework v2 and the M365 Agents SDK. It turns a complex, multi-day setup into a secure, two-click experience.",
"types": [
"Custom Engine Agent"
],
"tags": [
"C#",
"Azure",
"Agent",
"AI Foundry"
],
"time": "5 mins to run",
"configuration": "Manual configurations required",
"thumbnailPath": "images/screen009.jpg",
"gifPath": "images/screen009.jpg",
"suggested": true
}
]
}
Loading