Skip to content

Commit 4d64699

Browse files
Merge pull request #5848 from aahill/june-fixes
UUF fixes
2 parents fd670e3 + feaf298 commit 4d64699

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

articles/ai-foundry/agents/how-to/tools/openapi-spec-samples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Find code samples to use OpenAPI tools with agents.
55
author: aahill
66
ms.author: aahi
77
manager: nitinme
8-
ms.date: 06/18/2025
8+
ms.date: 07/02/2025
99
ms.service: azure-ai-agent-service
1010
ms.topic: how-to
1111
ms.custom:
@@ -34,8 +34,8 @@ Use this article to find step-by-step instructions and code samples for using Op
3434
:::image type="content" source="../../media\tools\open-api-details.png" alt-text="A screenshot showing the openAPI tool details in the Azure AI Foundry portal." lightbox="../../media\tools\open-api-details.png":::
3535

3636
1. Select **Next** and select your authentication method.
37-
1. If you choose `connection`, you need to select the custom connection you have created before.
38-
1. If you choose `managed identity`, you need to input the audience to get your token. An example of an audience would be `https://cognitiveservices.azure.com/` to connect to Azure AI Services. Make sure you have already set up authentication and role assignment (as described in the [section](./openapi-spec.md#authenticating-with-managed-identity-microsoft-entra-id) above).
37+
1. If you choose `connection`, you need to select the [custom connection](./openapi-spec.md#authenticating-with-api-key) with an API key.
38+
1. If you choose `managed identity`, you need to input the audience to get your token which is the authentication scope. Make sure you have already set up authentication and role assignment as described in the [OpenAPI tool overview](./openapi-spec.md#authenticating-with-managed-identity-microsoft-entra-id). An example of an audience might be `https://cognitiveservices.azure.com/` to connect to Azure AI Services, once proper setup has been performed.
3939

4040
1. Copy and paste your OpenAPI specification in the text box.
4141

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

Lines changed: 4 additions & 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: 06/05/2025
9+
ms.date: 07/03/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents-code
@@ -15,6 +15,9 @@ zone_pivot_groups: selection-sharepoint
1515

1616
# How to use the SharePoint tool
1717

18+
> [!NOTE]
19+
> This article describes the Microsoft SharePoint tool for Azure AI Foundry Agent Service. For information on using and deploying SharePoint sites, see the [SharePoint documentation](/sharepoint/).
20+
1821
Use this article to find step-by-step instructions and code samples for using the SharePoint tool in Azure AI Foundry Agent Service.
1922

2023
## Create an agent

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

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

16+
> [!NOTE]
17+
> This article describes the Microsoft SharePoint tool for Azure AI Foundry Agent Service. For information on using and deploying SharePoint sites, see the [SharePoint documentation](/sharepoint/).
18+
1619
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.
1720

1821
## How it works
19-
The SharePoint tool makes it possible by enabling seamless integrations between AI agents and business documents stored in SharePoint empowered by [Microsoft 365 Copilot API](/microsoft-365-copilot/extensibility/api-reference/retrieval-api-overview). To ground your SharePoint documents, you can simply enter the sites or folders to connect with, and SharePoint tool will leverage [built-in indexing capabilities](/microsoftsearch/semantic-index-for-copilot) to enhance search and retrieval experience, including intelligent indexing, query processing, and content chunking.
22+
The SharePoint tool makes it possible by enabling seamless integrations between AI agents and business documents stored in SharePoint empowered by [Microsoft 365 Copilot API](/microsoft-365-copilot/extensibility/api-reference/retrieval-api-overview). To ground your SharePoint documents, you can enter the sites or folders to connect with, and SharePoint tool will leverage [built-in indexing capabilities](/microsoftsearch/semantic-index-for-copilot) to enhance search and retrieval experience, including intelligent indexing, query processing, and content chunking.
2023

2124
Instead of requiring developers to export SharePoint content, build a custom semantic index, manage governance controls, and configure refresh logic, this capability automates the entire retrieval pipeline. It dynamically indexes documents, breaks content into meaningful chunks, and applies advanced query processing to surface the most relevant information. By leveraging the same enterprise-grade retrieval stack that powers Microsoft 365 Copilot, it ensures AI agent responses are grounded in the most up-to-date and contextually relevant content.
2225

articles/ai-foundry/agents/quotas-limits.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
ms.author: aahi
88
ms.service: azure-ai-agent-service
99
ms.topic: conceptual
10-
ms.date: 05/29/2025
10+
ms.date: 07/03/2025
1111
ms.custom: azure-ai-agents
1212
---
1313

@@ -26,8 +26,6 @@ The following sections provide you with a guide to the default quotas and limits
2626
| Max size for all uploaded files for agents |200 GB |
2727
| agents token limit | 2,000,000 token limit |
2828

29-
The 2,000,000 agent limit refers to the maximum number of distinct Agent resources that can be created within a single Azure subscription per region. It does not apply to threads or token usage.
30-
3129
## Quotas and limits for Azure OpenAI models
3230

3331
See the [Azure OpenAI](../openai/quotas-limits.md) for current quotas and limits for the Azure OpenAI models that you can use with Azure AI Foundry Agent Service.

0 commit comments

Comments
 (0)