AI Foundry Agent With Remote MCP Using Azure Functionapp
No description available
Ask AI about AI Foundry Agent With Remote MCP Using Azure Functionapp
Powered by Claude · Grounded in docs
I know everything about AI Foundry Agent With Remote MCP Using Azure Functionapp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
MCP Client using Azure AI Foundry Agent Service with Azure Function App
You can also visit the following blog for creating MCP server with Azure Function App https://medium.com/@muafzal/implementing-mcp-remote-servers-with-azure-function-app-and-github-copilot-integration-96ffb674de1d
Running the Azure AI Foundry Agent Service MCP Client
Save the file .env_sample as .env and update the environment variables.
Update the .env file. Samples are
MODEL_DEPLOYMENT_NAME= gpt-4o
PROJECT_ENDPOINT=https://[ai foundry service].services.ai.azure.com/api/projects/Project01
MCP_SERVER_URL=https://[azure function app].eastus-01.azurewebsites.net/runtime/webhooks/mcp/sse
MCP_SERVER_KEY= [mcp extention key]
Login to Azure
az account clear
az login --tenant
az account set --subscription
Run the following commands
uv venv
uv sync
uv run sample_agents_mcp.py
