Skip to content

Commit abce605

Browse files
committed
minor edits
1 parent a6eae42 commit abce605

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

concepts/mcp-server/use-microsoft-foundry.md renamed to concepts/mcp-server/use-enterprise-mcp-server-microsoft-foundry.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use Microsoft MCP Server for Enterprise in Microsoft Foundry
2+
title: Use Microsoft MCP Server for Enterprise from Microsoft Foundry
33
description: "Learn how to connect Microsoft MCP Server for Enterprise as a tool in your Microsoft Foundry project to query Microsoft Entra data using natural language."
44
author: msewaweru
55
ms.author: eunicewaweru
@@ -12,22 +12,23 @@ ms.custom: msecd-doc-authoring-106
1212
#customer intent: As a developer or an IT administrator, I want to integrate Microsoft MCP Server for Enterprise into my Microsoft Foundry agent so that I can query Microsoft Entra data using natural language.
1313
---
1414

15-
# Use Microsoft MCP Server for Enterprise in Microsoft Foundry
15+
# Use Microsoft MCP Server for Enterprise from Microsoft Foundry
1616

1717
The [Microsoft MCP Server for Enterprise](overview.md) enables AI agents to query data in your Microsoft Entra tenant by using natural language. This article shows you how to connect the MCP Server as a tool in your Microsoft Foundry project and start querying your organization's data.
1818

1919
## Prerequisites
2020

2121
- A Microsoft Entra tenant.
22+
- An admin user account in the tenant with the following roles assigned in the [Microsoft Entra admin center](https://entra.microsoft.com):
23+
- [**Cloud Application Administrator**](/entra/identity/role-based-access-control/permissions-reference#cloud-application-administrator) — required to create the app registration and grant admin consent.
24+
- Appropriate directory roles for the Graph operations your agent performs — required so the MCP Server can execute Graph API calls on behalf of the signed-in user.
25+
- At least [**Azure AI Developer**](/azure/role-based-access-control/built-in-roles/ai-machine-learning#azure-ai-developer) role scoped to the Microsoft Foundry project resource to connect tools and use agents.
2226
- Complete the MCP Server provisioning steps in [Get started with the Microsoft MCP Server for Enterprise](get-started.md). For more information, see [MCP Server for Enterprise documentation](https://aka.ms/MCPServerForEnterprise).
2327
- A [client app registration](/entra/identity-platform/quickstart-register-app) in Microsoft Entra with the following configuration:
2428
- **Application (client) ID** — Note this value for use during setup.
2529
- **Client secret** — Go to **Certificates & secrets** > **Client secrets** and create a new secret. Copy the secret **value** for use during setup.
2630
- Assign the `MCP.*` API permissions to your app registration and grant admin consent. For more information, see [MCP Server for Enterprise documentation](https://aka.ms/MCPServerForEnterprise).
27-
- At least [**Cloud Application Administrator**](/entra/identity/role-based-access-control/permissions-reference#cloud-application-administrator) role to create the app registration and grant admin consent.
28-
- Appropriate Microsoft Entra directory roles for the Microsoft Graph operations your agent performs. The MCP Server executes Graph API calls on behalf of the signed-in user.
2931
- A Microsoft Foundry project with at least one agent configured.
30-
- At least [**Azure AI Developer**](/azure/role-based-access-control/built-in-roles/ai-machine-learning#azure-ai-developer) role scoped to the Microsoft Foundry project resource to connect tools and use agents.
3132

3233
## Connect the MCP Server as a tool in Microsoft Foundry
3334

concepts/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ items:
249249
href: mcp-server/get-started.md
250250
- name: Use from Copilot Studio
251251
href: mcp-server/use-enterprise-mcp-server-copilot-studio.md
252-
- name: Use in Microsoft Foundry
253-
href: mcp-server/use-microsoft-foundry.md
252+
- name: Use from Microsoft Foundry
253+
href: mcp-server/use-enterprise-mcp-server-microsoft-foundry.md
254254
- name: Sample prompts
255255
href: mcp-server/mcp-server-sample-prompts.md
256256
- name: Explore the repository

0 commit comments

Comments
 (0)