Skip to content

Commit 02a6ecb

Browse files
committed
try to nest tabs
1 parent 8f075b0 commit 02a6ecb

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

articles/azure-functions/functions-mcp-foundry-tools.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,17 @@ To connect to your MCP server endpoint:
206206

207207
1. Select **Save** to save the MCP tool configuration in your agent.
208208

209-
Beause you are using built-in authentication, you should also disable the default key-based authentication.
210-
211-
[!INCLUDE [functions-mcp-custom-handler-disable-key-access](../../includes/functions-mcp-custom-handler-disable-key-access.md)]
209+
1. Beause you are using built-in authentication, you should also disable the default key-based authentication. The way you disable key access depends on your hosting method:
210+
211+
### [MCP extension server](#tab/mcp-extension/entra)
212+
213+
[!INCLUDE [functions-mcp-extension-disable-key-access](../../includes/functions-mcp-extension-disable-key-access.md)]
214+
215+
### [Self-hosted server](#tab/self-hosted/entra)
216+
217+
[!INCLUDE [functions-mcp-custom-handler-disable-key-access](../../includes/functions-mcp-custom-handler-disable-key-access.md)]
218+
219+
---
212220

213221
### [OAuth identity](#tab/oauth-id)
214222

@@ -246,9 +254,17 @@ When you use OAuth identity passthrough, the agent prompts the user to sign in a
246254

247255
1. Go back to the agent window, select **Close** > **Save** to save the MCP tool configuration in your agent.
248256

249-
Beause you are using built-in authentication, you should also disable the default key-based authentication.
257+
1. Beause you are using built-in authentication, you should also disable the default key-based authentication. The way you disable key access depends on your hosting method:
258+
259+
### [MCP extension server](#tab/mcp-extension/entra)
260+
261+
[!INCLUDE [functions-mcp-extension-disable-key-access](../../includes/functions-mcp-extension-disable-key-access.md)]
262+
263+
### [Self-hosted server](#tab/self-hosted/entra)
264+
265+
[!INCLUDE [functions-mcp-custom-handler-disable-key-access](../../includes/functions-mcp-custom-handler-disable-key-access.md)]
250266

251-
[!INCLUDE [functions-mcp-custom-handler-disable-key-access](../../includes/functions-mcp-custom-handler-disable-key-access.md)]
267+
---
252268

253269
### [Unauthenticated](#tab/unauthenticated)
254270

0 commit comments

Comments
 (0)