Skip to content

Commit 92ff08a

Browse files
authored
Merge pull request #5697 from MicrosoftDocs/main
Auto Publish – main to live - 2025-06-24 22:30 UTC
2 parents 389a84f + a915bc4 commit 92ff08a

21 files changed

+174
-207
lines changed

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,11 @@
350350
"redirect_url": "/azure/ai-foundry/how-to/evaluate-results",
351351
"redirect_document_id": true
352352
},
353+
{
354+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-nvidia-inference-microservice.md",
355+
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-managed-pay-go#nvidia",
356+
"redirect_document_id": true
357+
},
353358
{
354359
"source_path_from_root": "/articles/ai-studio/how-to/fine-tune-managed-compute.md",
355360
"redirect_url": "/azure/ai-foundry/how-to/fine-tune-managed-compute",

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ ms.custom: azure-ai-agents
1515

1616
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

18+
## 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.
20+
21+
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.
22+
23+
Customers rely on data security in SharePoint to access, create, and share documents with flexible document-level access control. Enterprise features such as Identity Passthrough/On-Behalf-Of (OBO) authentication ensure proper access control, allowing end users to receive responses generated from SharePoint documents they have permission to access. With OBO authentication, the Foundry Agent service uses the end user’s identity to authorize and retrieve relevant SharePoint documents, generating responses tailored towards specific end users.
24+
1825
## Usage support
1926

2027
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API |Basic agent setup | Standard agent setup |
@@ -23,7 +30,7 @@ Integrate your agents with the **Microsoft SharePoint** to chat with your privat
2330

2431
## Prerequisites
2532

26-
* Developers and end users have Microsoft 365 Copilot license.
33+
* Developers and end users have Microsoft 365 Copilot license, as required by [Microsoft 365 Copilot API](/microsoft-365-copilot/extensibility/api-reference/retrieval-api-overview).
2734
* Developers and end users have at least `Azure AI User` RBAC role.
2835
* Developers and end users have at least `READ` access to the SharePoint site.
2936

articles/ai-foundry/concepts/ai-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Hubs and hub-based project overview
33
titleSuffix: Azure AI Foundry
44
description: This article introduces concepts about Azure AI Foundry hubs for your Azure AI Foundry projects.
5-
author: Blackmist
6-
ms.author: larryfr
5+
ms.author: sgilley
6+
author: sdgilley
77
manager: scottpolly
88
ms.reviewer: deeikele
99
ms.date: 04/28/2025

articles/ai-foundry/concepts/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ms.custom:
1010
ms.topic: concept-article
1111
ms.date: 04/28/2025
1212
ms.reviewer: deeikele
13-
ms.author: larryfr
14-
author: Blackmist
13+
ms.author: sgilley
14+
author: sdgilley
1515
---
1616

1717
# Azure AI Foundry architecture

articles/ai-foundry/concepts/management-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Management center overview
33
titleSuffix: Azure AI Foundry
44
description: "The management center in Azure AI Foundry portal provides a centralized hub for governance and management activities."
5-
author: sdgilley
65
ms.author: sgilley
6+
author: sdgilley
77
ms.service: azure-ai-foundry
88
ms.custom:
99
- ignite-2024

articles/ai-foundry/how-to/autoscale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ms.custom:
1010
ms.topic: how-to
1111
ms.date: 05/05/2025
1212
ms.reviewer: obiume
13-
ms.author: larryfr
14-
author: Blackmist
13+
ms.author: mopeakande
14+
author: msakande
1515
---
1616

1717
# Autoscale Azure AI limits

articles/ai-foundry/how-to/costs-plan-manage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Plan and manage costs for Azure AI Foundry
33
titleSuffix: Azure AI Foundry
44
description: Learn how to plan for and manage costs for Azure AI Foundry by using cost analysis in the Azure portal.
5-
author: Blackmist
6-
ms.author: larryfr
5+
ms.author: mopeakande
6+
author: msakande
77
manager: scottpolly
88
ms.reviewer: obiume
99
ms.date: 05/07/2025

articles/ai-foundry/how-to/create-azure-ai-hub-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.custom: devx-track-arm-template, devx-track-bicep, build-2024
88
ms.topic: how-to
99
ms.date: 04/29/2025
1010
ms.reviewer: deeikele
11-
ms.author: larryfr
12-
author: Blackmist
11+
ms.author: sgilley
12+
author: sdgilley
1313
#Customer intent: As a DevOps person, I need to automate or customize the creation of a hub by using templates.
1414
---
1515

articles/ai-foundry/how-to/create-azure-ai-project-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: "Quickstart: Create a project using Bicep"
33
titleSuffix: Azure AI Foundry
44
description: Learn how to use a Bicep file (template) to create an Azure AI Foundry project in your Azure subscription.
5-
author: Blackmist
6-
ms.author: larryfr
5+
ms.author: sgilley
6+
author: sdgilley
77
manager: scottpolly
88
reviewer: andyaviles
99
ms.service: azure-ai-foundry

articles/ai-foundry/how-to/create-azure-ai-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ms.custom:
1111
ms.topic: how-to
1212
ms.date: 05/08/2025
1313
ms.reviewer: deeikele
14-
ms.author: larryfr
15-
author: Blackmist
14+
ms.author: sgilley
15+
author: sdgilley
1616
# Customer Intent: As an admin, I need to create and manage an Azure AI Foundry hub so that my team can use it to create projects for collaboration.
1717
---
1818

0 commit comments

Comments
 (0)