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
+9-40Lines changed: 9 additions & 40 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/05/2026
8
+
ms.date: 02/11/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.
@@ -21,7 +21,6 @@ This article follows this basic process for configuring the MCP server connectio
21
21
> * Create and deploy an MCP server to your function app in Azure.
22
22
> * Get the MCP server endpoint URL.
23
23
> * Get the authentication credentials (as required).
> * Add an MCP server tool connection to an existing agent.
26
25
27
26
## Prerequisites
@@ -148,44 +147,6 @@ Because unauthenticated access requires no shared secrets or authentication, you
148
147
149
148
---
150
149
151
-
## Disable key-based authentication
152
-
153
-
Key-based authentication is the default for an MCP endpoint hosted in Azure Functions. To use a different authentication method, change the MCP endpoint authentication to `anonymous`. How you make this change depends on the type of MCP server you're hosting:
0 commit comments