An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello @Zyrka Admin
Based on the information you've provided, you've already validated the most common prerequisites (Copilot license, same tenant, site access, and behavior with/without the SharePoint tool). Unfortunately, the current SharePoint grounding experience in Azure AI Foundry provides very limited visibility into authentication and authorization internals.
A few points that may help narrow down the issue:
- There is currently no built-in validation button in the SharePoint tool configuration to test identity passthrough/OBO authentication directly.
- The tool does not expose the effective Microsoft Graph or SharePoint permissions being used for a specific request.
- Detailed authentication traces for SharePoint grounding are generally not surfaced in the Azure AI Foundry UI, making it difficult to distinguish between permission, authentication, and service-side issues.
Since the same agent functions correctly when the SharePoint tool is disabled and you've confirmed direct user access to the target site, this may indicate either:
- A problem with the identity passthrough flow between the agent and SharePoint,
- A limitation or issue within the SharePoint grounding preview service,
- Or a tenant/configuration-related issue that is not exposed through the current diagnostics experience.
To help investigate further, could you provide:
- The exact error message returned when the SharePoint tool is enabled?
- Whether the failure occurs during agent creation, testing, or only when querying SharePoint content?
- Any correlation/request IDs visible in Azure AI Foundry or browser developer tools?
Those details may help determine whether this is an authentication problem, a content retrieval issue, or a service-side defect that requires Microsoft support involvement.
Thanks.