From bf24878b6cec15f8a9b462ceb3f085df9061ce8d Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Thu, 2 Apr 2026 15:46:44 -0700 Subject: [PATCH] Add blog post resource for Entra-based MCP servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de2971a..73c4fa2 100644 --- a/README.md +++ b/README.md @@ -600,5 +600,6 @@ To use the deployed MCP server with GitHub Copilot Chat: ## Resources * [Video series: Python + MCP (December 2025)](https://techcommunity.microsoft.com/blog/azuredevcommunityblog/learn-how-to-build-mcp-servers-with-python-and-azure/4479402) +* [Blog post: Using on-behalf-of flow for Entra-based MCP servers](https://techcommunity.microsoft.com/blog/azuredevcommunityblog/using-on-behalf-of-flow-for-entra-based-mcp-servers/4486760) * [MCP for beginners: Online tutorial](https://github.com/microsoft/mcp-for-beginners) * [Python MCP servers on Azure Functions](https://github.com/Azure-Samples/mcp-sdk-functions-hosting-python)