diff --git a/.config/samples-config-v3.json b/.config/samples-config-v3.json index 25590821..df34f3c8 100644 --- a/.config/samples-config-v3.json +++ b/.config/samples-config-v3.json @@ -892,7 +892,7 @@ "configuration": "Manual configurations required", "thumbnailPath": "assets/sampleResponse.png", "gifPath": "assets/sampleResponse.png", - "suggested": false + "suggested": true }, { "id": "coffee-agent", @@ -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 } ] } \ No newline at end of file