Skip to content

Commit 0984c89

Browse files
committed
Review feedback updates
1 parent ad695ac commit 0984c89

2 files changed

Lines changed: 22 additions & 18 deletions

File tree

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

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use Microsoft MCP Server for Enterprise in Azure AI Foundry
3-
description: "Learn how to connect Microsoft MCP Server for Enterprise as a tool in your Azure AI Foundry agent to query enterprise identity data using natural language."
2+
title: Use Microsoft MCP Server for Enterprise in Microsoft Foundry
3+
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
66
ms.reviewer: FaithOmbongi
@@ -9,12 +9,12 @@ ms.topic: how-to
99
ms.date: 04/15/2026
1010
ms.custom: msecd-doc-authoring-106
1111

12-
#customer intent: As a developer or IT administrator, I want to integrate Microsoft MCP Server for Enterprise into my Azure AI Foundry agent so that I can query Microsoft Entra data using natural language.
12+
#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 Azure AI Foundry (preview)
15+
# Use Microsoft MCP Server for Enterprise in Microsoft Foundry
1616

17-
Microsoft MCP Server for Enterprise integrates with Azure AI Foundry as a tool, enabling your AI agents to query Microsoft Entra data using natural language. Connect the MCP Server as a tool in your project and query your organization's data using natural language.
17+
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

@@ -25,14 +25,15 @@ Microsoft MCP Server for Enterprise integrates with Azure AI Foundry as a tool,
2525
- **Client secret** — Go to **Certificates & secrets** > **Client secrets** and create a new secret. Copy the secret **value** for use during setup.
2626
- 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).
2727
- 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-
- An Azure AI Foundry project with at least one agent configured.
29-
- At least [**Azure AI Developer**](/azure/role-based-access-control/built-in-roles/ai-machine-learning#azure-ai-developer) role scoped to the Azure AI Foundry project resource to connect tools and use agents.
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.
29+
- 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.
3031

31-
## Connect the MCP Server as a tool in Azure AI Foundry
32+
## Connect the MCP Server as a tool in Microsoft Foundry
3233

3334
Use the custom OAuth provider option to connect your app registration to the Microsoft MCP Server for Enterprise endpoint.
3435

35-
1. In the [Azure AI Foundry portal](https://ai.azure.com/), make sure you're using the **New Foundry** UI and navigate to your project.
36+
1. In the [Microsoft Foundry portal](https://ai.azure.com/), make sure you're using the **New Foundry** UI and navigate to your project.
3637

3738
1. In the sidebar menu, select **Tools**, and then select **Connect a tool**.
3839

@@ -41,10 +42,13 @@ Use the custom OAuth provider option to connect your app registration to the Mic
4142
1. For **OAuth Provider**, select **Custom** to use your own OAuth app registration for token exchange.
4243

4344
1. Provide the following configuration:
44-
- **Name**: Enter a unique identifier for the tool connection.
45-
- **Client ID**: Enter the application (client) ID from your app registration.
46-
- **Client Secret**: Enter the client secret value from your app registration.
47-
- **Token URL, Auth URL, and Refresh URL**: Replace `organizations` with your tenant ID if your Azure AI Foundry project and app registration are in different tenants. Otherwise, leave `organizations` as the default value.
45+
46+
| Field | Value |
47+
|---|---|
48+
| **Name** | Enter a unique identifier for the tool connection. |
49+
| **Client ID** | The application (client) ID from your app registration. |
50+
| **Client Secret** | The client secret value from your app registration. |
51+
| **Token URL**, **Auth URL**, and **Refresh URL** | These fields are prepopulated. Replace `organizations` with your tenant ID if your Microsoft Foundry project and app registration are in different tenants. Otherwise, leave `organizations` as the default value. |
4852

4953
1. Select **Connect**, and then copy the **Redirect URL** provided.
5054

@@ -54,7 +58,7 @@ Use the custom OAuth provider option to connect your app registration to the Mic
5458

5559
After you connect the Microsoft MCP Server for Enterprise tool, add it to an agent and start querying your organization's data using natural language.
5660

57-
1. In the Azure AI Foundry sidebar, go to **Agents** and select an existing agent or create a new one.
61+
1. In the Microsoft Foundry sidebar, go to **Agents** and select an existing agent or create a new one.
5862

5963
1. In the agent configuration, add the Microsoft MCP Server for Enterprise tool you connected in the previous section.
6064

@@ -64,7 +68,7 @@ When you first use the tool, the agent prompts you to sign in and authorize acce
6468

6569
1. Select **Open consent** when prompted to sign in.
6670

67-
1. Follow the authentication prompts to grant access. After you consent, you don't need to sign in again for future queries in the same project.
71+
1. Follow the authentication prompts to grant access. You typically don't need to sign in again until the connection expires or is disconnected.
6872

6973
1. Approve each MCP tool call as prompted during query execution.
7074

@@ -80,4 +84,4 @@ After you sign in, you can ask questions such as:
8084

8185
- [Overview of Microsoft MCP Server for Enterprise](overview.md)
8286
- [Sample prompts for Microsoft MCP Server for Enterprise](mcp-server-sample-prompts.md)
83-
- [Set up authentication for MCP tools in Azure AI Foundry](/azure/foundry/agents/how-to/mcp-authentication)
87+
- [Set up authentication for MCP tools in Microsoft Foundry](/azure/foundry/agents/how-to/mcp-authentication)

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 Azure AI Foundry
253-
href: mcp-server/use-azure-ai-foundry.md
252+
- name: Use in Microsoft Foundry
253+
href: mcp-server/use-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)