Hello @yym ,
Based on the behavior described, this does not appear to be an expected agent configuration issue, especially since:
- Previously working agents can no longer access the same SharePoint knowledge sources.
- The issue is occurring with both existing and newly created agents.
- Responses are being generated from the LLM's general knowledge rather than the configured knowledge sources.
At this time, there are no publicly documented service changes or platform updates that would be expected to disable access to SharePoint knowledge sources across multiple agents. The behavior may indicate an issue with knowledge source indexing, SharePoint access permissions, or a service-side problem affecting knowledge retrieval.
As a troubleshooting step, verify that the SharePoint files and folders remain accessible, the agent still has permission to the content, and try removing and re-adding the knowledge source to force reindexing. You can also test with a newly uploaded document in a different SharePoint location to determine whether the issue is specific to certain content or more broadly affecting knowledge ingestion.
If SharePoint Knowledge Sources are not functioning, alternatives include using Microsoft Graph-based retrieval, Azure AI Search, or custom retrieval approaches through actions and flows, although these require additional implementation effort.