Event banner
Copilot for Microsoft 365 AMA: Engage with Experts Live on January 17th
Event Ended
Wednesday, Jan 17, 2024, 09:00 AM PSTEvent details
Get ready for an exclusive Ask Me Anything (AMA) session with the Microsoft 365 Copilot team on Wednesday, January 17th, at 9:00 AM PST/12:00 PM EST. This is your golden opportunity to connect direct...
Sarah_Gilbert
Updated Jan 17, 2024
dgoodgolf
Jan 17, 2024Copper Contributor
Is there a preferred \ best practice to enable M365 Copilot to access data that resides on Windows file servers and Azure Files? Users setting up their own through Copilot Studio or custom developing a connector?
- GabeHoJan 17, 2024Former EmployeeHey Dave, I think that depends on the volatility of the data. Both are valid options. A connector could bring the data into the Microsoft Graph and enable native querying, while a plugin would call for the latest whenever asked to. If the data is constantly changing, perhaps a plugin would better serve you.