You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-mcp-foundry-tools.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to connect your MCP server hosted on Azure Functions to A
5
5
ms.author: samuelzhang
6
6
ms.reviewer: glenga
7
7
ms.topic: how-to
8
-
ms.date: 02/02/2026
8
+
ms.date: 02/05/2026
9
9
ms.collection: ce-skilling-ai-copilot
10
10
11
11
#Customer intent: As a developer, I want to learn how to connect an Azure Functions-hosted MCP server to Foundry Agent Service, so that my agent has access to my MCP tools.
@@ -132,12 +132,12 @@ To get the required credentials from the Azure portal:
132
132
133
133
Replace `<TENANT_ID>` with your actual tenant ID value.
134
134
135
-
1. Select **Manage** > **Expose an API** and create or copy an existing scope.
135
+
1. Select **Manage** > **Expose an API** and copy the existing scope.
136
136
137
137
<!---Seems like we don't need this...
138
138
1. (Optional) If your app requires a client secret, select **Manage** > **Certificates & secrets**, and then create or copy an existing client secret value.
139
139
-->
140
-
After you configure OAuth identity passthrough in the Foundry portal, you receive a redirect URL. You must return to this Entra app registration to add this redirect URL to your Microsoft Entra app registration.
140
+
After you configure OAuth identity passthrough in the Foundry portal, you receive a redirect URL. You must return to your Entra app registration to add this redirect URL to the Microsoft Entra app registration.
141
141
142
142
### [Unauthenticated](#tab/unauthenticated)
143
143
@@ -314,7 +314,7 @@ To connect to your MCP server endpoint:
314
314
After connecting your MCP server to your agent, verify that the tools work correctly.
315
315
316
316
1. In the Agent Builder, find the chat window under **Playground**.
317
-
1. Enter a prompt that should trigger one of your MCP tools. For example, if your MCP server has a greeting tool, try: `Use the greeting tool to say hello`.
317
+
1. Enter a prompt that triggers one of your MCP tools. For example, if your MCP server has a greeting tool, try: `Use the greeting tool to say hello`.
318
318
1. If you're using OAuth identity passthrough, select **Open Consent** and sign in with your Entra account.
319
319
1. When the agent requests to invoke an MCP tool, review the tool name and arguments, and select **Approve** to allow the call.
0 commit comments