Skip to content

Commit d90f686

Browse files
committed
fixes
1 parent 2053b74 commit d90f686

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'How to use the Sharepoint tool'
2+
title: 'How to use the SharePoint tool'
33
titleSuffix: Azure AI Foundry
4-
description: Find examples on how to ground agents with Sharepoint.
4+
description: Find examples on how to ground agents with SharePoint.
55
services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
@@ -13,11 +13,11 @@ ms.custom: azure-ai-agents-code
1313
zone_pivot_groups: selection-sharepoint
1414
---
1515

16-
# How to use the Sharepoint tool
16+
# How to use the SharePoint tool
1717

18-
Use this article to find step-by-step instructions and code samples for using the Sharepoint tool in Azure AI Foundry Agent Service.
18+
Use this article to find step-by-step instructions and code samples for using the SharePoint tool in Azure AI Foundry Agent Service.
1919

20-
## Step 1: Create an agent
20+
## Create an agent
2121

2222
Follow the [REST API Quickstart](../../quickstart.md?pivots=rest-api#api-call-information) to set the right values for the environment variables `AGENT_TOKEN`, `AZURE_AI_FOUNDRY_PROJECT_ENDPOINT` and `API_VERSION`.
2323

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: azure-ai-agents
1313
---
1414
# Use the Microsoft SharePoint tool (preview)
1515

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.
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

@@ -22,17 +22,16 @@ Integrate your agents with the **Microsoft Sharepoint** to chat with your privat
2222
| ✔️ | - | - | - | ✔️ | ✔️ | ✔️ |
2323

2424
## Prerequisites
25-
1. Developers and end users have Microsoft 365 copilot license
2625

27-
1. Developers and end users have at least `Azure AI User` RBAC role.
28-
29-
1. Developers and end users have at least `READ` access to the SharePoint site.
26+
* Developers and end users have Microsoft 365 copilot license
27+
* Developers and end users have at least `Azure AI User` RBAC role.
28+
* Developers and end users have at least `READ` access to the SharePoint site.
3029

3130
## Setup
3231

3332
> [!NOTE]
34-
> 1. Supported document types: text data in the following format: `.pdf`, `.docx`, `.ppt`, `.txt`, `.aspx`
35-
> 2. We recommend you start with SharePoint sites that have: a simple folder structure and a small number of short documents.
33+
> * Supported document types: text data in the following format: `.pdf`, `.docx`, `.ppt`, `.txt`, `.aspx`
34+
> * We recommend you start with SharePoint sites that have: a simple folder structure and a small number of short documents.
3635
3736
1. Create an agent by following the steps in the [quickstart](../../quickstart.md).
3837

0 commit comments

Comments
 (0)