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
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,16 +132,13 @@ To connect to your MCP server endpoint:
132
132
133
133
1. In **Add Model Content Protocol tool**, provide information from this table to configure an access key-based connection:
134
134
135
-
:::image type="content" source="./media/functions-mcp/foundry-key-based-auth.png" alt-text="Screenshot of the Add Model Context Protocol tool dialog showing key-based authentication configuration.":::
136
-
137
135
| Field | Description | Example |
138
136
| ----- | ----------- | ------- |
139
137
|**Name**| A unique identifier for your MCP server. You can use your function app name as the default. |`my-mcp-function-app`|
140
138
|**Remote MCP Server endpoint**| The URL endpoint for your MCP server. |`https://my-mcp-function-app.azurewebsites.net/runtime/webhooks/mcp`|
141
139
|**Authentication**| The authentication method to use. |`Key-based`|
142
140
|**Credential**| The key-value pair to authenticate with your function app. |`x-functions-key`: `aaaaaaaa-0b0b-1c1c-2d2d-333333333333`|
143
141
144
-
145
142
1. Select **Connect** to create a connection to your MCP server endpoint. You should now see your server name listed under **Tools**.
146
143
147
144
1. Select **Save** to save the MCP tool configuration in your agent.
@@ -166,8 +163,6 @@ To connect to your MCP server endpoint:
166
163
167
164
1. In **Add Model Content Protocol tool**, enter the information from this table to configure a Microsoft Entra-based connection:
168
165
169
-
:::image type="content" source="./media/functions-mcp/foundry-entra-auth.png" alt-text="Screenshot of the Add Model Context Protocol tool dialog showing Microsoft Entra authentication configuration.":::
170
-
171
166
| Field | Description | Example |
172
167
| ----- | ----------- | ------- |
173
168
|**Name**| A unique identifier for your MCP server. You can use your function app name. |`my-mcp-functions`|
0 commit comments