Skip to content

Commit 699d00b

Browse files
committed
update
1 parent 904ea1f commit 699d00b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/ai-services/agents/how-to/tools/sharepoint-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 04/09/2025
9+
ms.date: 06/05/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents-code

articles/ai-services/agents/how-to/tools/sharepoint.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 05/01/2025
9+
ms.date: 06/05/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
1313
---
14-
# Use the Microsoft SharePoint tool
14+
# Use the Microsoft SharePoint tool (preview)
1515

16-
Integrate your Azure AI Agent with the **Microsoft Sharepoint** to chat with your private documents securely. You can connect to your SharePoint site, such as `contoso.sharepoint.com/sites/policies` to ground your Agents with that data. When a user sends a query, the agent will determine if SharePoint should be leveraged or not. If so, it will send a query using the SharePoint tool, which checks if the user has a Microsoft 365 copilot license and use managed identity to retrieve relevant documents they have access to. The scope of retrieval includes all supported documents in this SharePoint site. Lastly, the agent will generate responses based on retrieved information. With identity passthrough (On-Behalf-Of) authorization, this integration simplifies access to enterprise data in SharePoint while maintaining robust security, ensuring proper access control and enterprise-grade protection.
16+
Integrate your agents with the **Microsoft Sharepoint** to chat with your private documents securely. You can connect to your SharePoint site, such as `contoso.sharepoint.com/sites/policies` to ground your Agents with that data. When a user sends a query, the agent will determine if SharePoint should be leveraged or not. If so, it will send a query using the SharePoint tool, which checks if the user has a Microsoft 365 copilot license and use managed identity to retrieve relevant documents they have access to. The scope of retrieval includes all supported documents in this SharePoint site. Lastly, the agent will generate responses based on retrieved information. With identity passthrough (On-Behalf-Of) authorization, this integration simplifies access to enterprise data in SharePoint while maintaining robust security, ensuring proper access control and enterprise-grade protection.
1717

1818
## Usage support
1919

@@ -24,7 +24,7 @@ Integrate your Azure AI Agent with the **Microsoft Sharepoint** to chat with you
2424
## Prerequisites
2525
1. Developers and end users have Microsoft 365 copilot license
2626

27-
1. Developers and end users have at least `AI Developer` RBAC role.
27+
1. Developers and end users have at least `Azure AI User` RBAC role.
2828

2929
1. Developers and end users have at least `READ` access to the SharePoint site.
3030

@@ -34,7 +34,7 @@ Integrate your Azure AI Agent with the **Microsoft Sharepoint** to chat with you
3434
> 1. Supported document types: text data in the following format: `.pdf`, `.docx`, `.ppt`, `.txt`, `.aspx`
3535
> 2. We recommend you start with SharePoint sites that have: a simple folder structure and a small number of short documents.
3636
37-
1. Create an Azure AI Agent by following the steps in the [quickstart](../../quickstart.md).
37+
1. Create an agent by following the steps in the [quickstart](../../quickstart.md).
3838

3939
1. You can add the SharePoint tool to an agent programatically using the code examples listed at the top of this article, or the Azure AI Foundry portal. If you want to use the portal, in either the **Create and debug** or **Agent playground** screen for your agent, scroll down the setup pane on the right to knowledge. Then select **Add**.
4040

0 commit comments

Comments
 (0)