The Azure Functions MCP extension has had a breakout year 🚀
From "tools only" → a full MCP platform:
✅ tools, resources, prompts
✅ MCP Apps (interactive UI)
✅ built-in auth + rich types
and more! Check out: https://t.co/KqNKUH1TQ7
#MSBuild
Azure Functions at Build 2026: serverless agents in a .agent.md file, 1,400+ M365 and SaaS connectors as triggers, Go as a first-class language, full MCP support, new CLI, On-demand Sandboxes for DTS and much more!
https://t.co/1J4QZuZZUL
Functions MCP extension now supports prompts⚡️
-User-invoked, parameterized workflows
-Simple fn-based implementation
https://t.co/LLZsfBnDJb
With full MCP coverage- tools, resources, prompts, unlock more complete & flexible dev experience building w/ Functions🚀#MCP#AgenticAI
Java 25 is now GA on Azure Functions 🚀🎉
Start building with the latest Java runtime today!
Try it out -> https://t.co/8f8wb6mh24
#AzureFunctions#Java
📌MCP Apps let tools return interactive UIs (dashboards, forms, etc.) not just text in AI clients
📌That means true app-like experiences built into AI conversations.
Build and deploy MCP Apps at scale with Azure Functions 🚀 https://t.co/oHyCGMHVr2
Azure Functions Durable Task Scheduler is now GA and Consumption in Public Preview. A high-performance, reliable, and scalable backend for Durable Functions or apps leveraging the Durable Task SDKs. Learn more here: https://t.co/w2JmqRPEHs
🚀The Azure Functions MCP extension is now GA, making it easier than ever to host remote MCP servers. And now you can also host MCP SDK–based servers on Functions. If you've already built these servers, just deploy as-is. Serverless, secured, and flexible. https://t.co/LyYJe15T5o
🚀 Early preview: Bring-Your-Own Remote MCP Server on Azure Functions!
Keep your existing Python/Node/.NET MCP code and just host remotely on Flex Consumption plan w/ bursty, event-driven scaling, built-in security & serverless pricing. Try it now! https://t.co/MJ8AdY1o42 #MCP
@bzbetty Sorry for the confusion, agreed that is not straight forward - the Linux Consumption line to look at there is "Consumption Plan Linux" which doesn't show for New Zealand North. "Consumption Plan" is the Windows version - we will investigate how to add Windows there to clear it up
Ready to unlock more flexibility in your Azure Functions? Our new self-guided migration guide helps you move from Consumption to Flex Consumption step-by-step.
Start your journey here:
https://t.co/g5vZmnZhKc
#AzureFunctions#Serverless
🚀 Ever wondered how we test Azure Functions at scale?
Check out our latest blog on how we built PerfBench to push the limits of throughput testing - across SKUs, runtimes, and regions - with thousands of test runs per month.
https://t.co/dy43DTRuNl
#AzureFunctions#Serverless
🚀 Exciting updates for Azure Functions at #MSBuild! Check out our latest blog post for all the details on new features, improvements, and innovations: https://t.co/fkor7JtkyS #AzureFunctions
The expansion you were waiting for is finally here 🌍 - Azure Functions Flex Consumption is now enabled and generally available in West Europe and many other regions! 🚀
az functionapp list-flexconsumption-locations --query "sort_by(@, &name)[].{Region:name}" -o table
@KirkMarple@lilyyym1 We purposely did not document the vCPU for the different memory sizes as they are subject to change (usually for the better). But you can think of the 2GB instance size as having one vCPU and roughly proportional up and down from there.
Learn how to build an application that processes Stripe events using serverless architecture build on Azure Service Bus and @AzureFunctions
https://t.co/osPvwoivbu
Customers have been asking us to make it easier to automatically generate embeddings on their data in @AzureCosmosDB and @AzureFunctions
So, we created this: https://t.co/JsOq9a15ub
See how to use a Cosmos DB Trigger & Output binding in Functions to do it automatically.