Skip to content

Commit d4f6393

Browse files
committed
add mcp samples
1 parent 0fa6caf commit d4f6393

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/app-service/overview-ai-integration.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: cephalin
55
ms.author: cephalin
66
ms.service: azure-app-service
77
ms.topic: overview
8-
ms.date: 05/17/2025
8+
ms.date: 06/06/2025
99
ms.custom:
1010
- build-2025
1111
---
@@ -14,7 +14,7 @@ ms.custom:
1414

1515
This article guides you to language-specific tutorials and resources to help you build intelligent applications with App Service.
1616

17-
Azure App Service makes it easy to integrate AI capabilities into your web applications across multiple programming languages and frameworks. Whether you want to use powerful Azure OpenAI models, deploy local small language models (SLMs) directly with your apps, or implement advanced patterns like retrieval augmented generation (RAG), App Service provides the flexible, secure platform you need for AI-powered applications.
17+
Azure App Service makes it easy to integrate AI capabilities into your web applications across multiple programming languages and frameworks. Whether you want to use powerful Azure OpenAI models, deploy local small language models (SLMs) directly with your apps, host [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) servers or implement advanced patterns like retrieval augmented generation (RAG), App Service provides the flexible, secure platform you need for AI-powered applications.
1818

1919
App Service offers several advantages for developing and deploying AI-powered applications:
2020

@@ -62,6 +62,16 @@ Implement AI capabilities in your Python web applications:
6262
- [Run a chatbot with a local SLM (FastAPI)](tutorial-ai-slm-fastapi.md) - Deploy a FastAPI application with a local SLM sidecar.
6363
- [Azure AI Foundry tutorial: Deploy an enterprise chat web app](/azure/ai-foundry/tutorials/deploy-chat-web-app?toc=/azure/app-service/toc.json&bc=/azure/bread/toc.json) - Deploy fully integrated AI web app straight from your deployment in Azure AI Foundry.
6464

65+
## Model Context Protocol (MCP) servers
66+
67+
Host [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) in your web applications:
68+
69+
-[Host a .NET MCP server on Azure App Service](https://github.com/Azure-Samples/remote-mcp-webapp-dotnet) - Deploy an MCP server with .NET.
70+
-[Host a Node.js MCP server on Azure App Service](https://github.com/Azure-Samples/remote-mcp-webapp-node) - Deploy an MCP server with Node.js.
71+
-[Host a Python MCP server on Azure App Service](https://github.com/Azure-Samples/remote-mcp-webapp-python) - Deploy an MCP server with Python.
72+
-[Host a Pyton MCP server with key-based authorization on Azure App Service](https://github.com/Azure-Samples/remote-mcp-webapp-python-auth) - Deploy an MCP server with Python and key-based authorization.
73+
-[Host a Pyton MCP server with OAuth 2.0 authorization on Azure App Service](https://github.com/Azure-Samples/remote-mcp-webapp-python-auth-oauth) - Deploy an MCP server with Python and [Open Authorization (OAuth) 2.0 authorization with Micrososft Entra ID](/entra/architecture/auth-oauth2).
74+
6575
## More resources
6676

6777
- [Azure OpenAI Service documentation](/azure/ai-services/openai/)

0 commit comments

Comments
 (0)